Files
Gwendolyn/gwendolyn/funcs/__init__.py
2024-10-29 15:20:28 +01:00

5 lines
93 B
Python

"""A collection of all Gwendolyn functions."""
__all__ = ["Other"]
from .other import Other