Created modules and organized code

This commit is contained in:
2025-05-23 00:06:26 +02:00
parent 020b5e0193
commit 3088a75a7d
17 changed files with 340 additions and 248 deletions

5
services/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .avconnect import AVConnectAPI
__all__ = [
"AVConnectAPI"
]