This commit is contained in:
2024-11-06 16:54:56 +01:00
parent e71ba34371
commit 7be6103a91
5 changed files with 342 additions and 15 deletions

View File

@ -1,6 +1,6 @@
"""A collection of all Gwendolyn functions."""
__all__ = ["Other","BetterNetflix", "Sonarr", "Radarr", "TMDb"]
__all__ = ["Other","BetterNetflix", "Sonarr", "Radarr", "TMDb", "QBittorrent"]
from .other import Other
from .better_netflix import Radarr, Sonarr, BetterNetflix, TMDb
from .better_netflix import Radarr, Sonarr, BetterNetflix, TMDb, QBittorrent