first commit

This commit is contained in:
2025-11-21 13:38:02 -08:00
parent 1142b96b52
commit 04da8cd466
35 changed files with 73503 additions and 0 deletions

8
api/__init__.py Normal file
View File

@@ -0,0 +1,8 @@
"""
API clients for external services
"""
from .qbittorrent_client import QBittorrentClient
from .nomad_client import NomadClient
__all__ = ['QBittorrentClient', 'NomadClient']