This commit is contained in:
2024-10-31 22:38:59 +01:00
parent 2f4e606fbf
commit e71ba34371
12 changed files with 304 additions and 35 deletions

View File

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