Files
Gwendolyn/funcs/__init__.py
2021-03-31 00:38:51 +02:00

12 lines
235 B
Python

"""A collection of all Gwendolyn functions."""
__all__ = ["Games" , "Money", "LookupFuncs", "StarWars"]
from .games import Money, Games
from .lookup import LookupFuncs
from .other import Other
from .starWarsFuncs import StarWars