Files
Gwendolyn/gwendolyn/funcs/__init__.py
2024-10-31 22:38:59 +01:00

6 lines
201 B
Python

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