diff --git a/funcs/games/__init__.py b/funcs/games/__init__.py index b1839ad..8d19ead 100644 --- a/funcs/games/__init__.py +++ b/funcs/games/__init__.py @@ -3,4 +3,4 @@ __all__ = ["Money", "Games"] from .money import Money -from .games import Games +from .gamesContainer import Games diff --git a/funcs/games/games.py b/funcs/games/gamesContainer.py similarity index 100% rename from funcs/games/games.py rename to funcs/games/gamesContainer.py