✨ reworking a bunch of stuff
This commit is contained in:
11
gwendolyn_old/funcs/__init__.py
Normal file
11
gwendolyn_old/funcs/__init__.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""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 .star_wars_funcs import StarWars
|
Reference in New Issue
Block a user