mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 11:36:40 +02:00
Created modules and organized code
This commit is contained in:
5
services/__init__.py
Normal file
5
services/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .avconnect import AVConnectAPI
|
||||
|
||||
__all__ = [
|
||||
"AVConnectAPI"
|
||||
]
|
Reference in New Issue
Block a user