Files
Gwendolyn/funcs/other/__init__.py
NikolajDanger 1fb2df546e Maintinance 🔧
2020-12-03 15:58:13 +01:00

6 lines
140 B
Python

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