Files
Gwendolyn/funcs/other/__init__.py
NikolajDanger 4cfd5af9da 🎞️ Added !addmovie command
2021-01-31 18:31:23 +01:00

7 lines
179 B
Python

"""Misc. functions for Gwendolyn."""
__all__ = ["Generators", "movieFunc"]
from .bedreNetflix import BedreNetflix
from .generators import Generators
from .movie import movieFunc