Files
Gwendolyn/gwendolyn/funcs/__init__.py
2024-11-06 16:54:56 +01:00

6 lines
229 B
Python

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