Files
Gwendolyn/funcs/__init__.py
NikolajDanger a3cd19af5c 🃏 Blackjack
2021-06-14 21:07:14 +02:00

12 lines
234 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