✨ reworking a bunch of stuff
This commit is contained in:
6
gwendolyn_old/funcs/games/__init__.py
Normal file
6
gwendolyn_old/funcs/games/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""Functions for games Gwendolyn can play."""
|
||||
|
||||
__all__ = ["Money", "Games"]
|
||||
|
||||
from .money import Money
|
||||
from .games_container import Games
|
Reference in New Issue
Block a user