Files
lagomareGateKeeperBot/services/__init__.py

5 lines
69 B
Python

from .avconnect import AVConnectAPI
__all__ = [
"AVConnectAPI"
]