📝 Renamed games.py to gamesContainer.py

Making it clear that it's a container and should only be used to store
other classes.
This commit is contained in:
NikolajDanger
2021-04-04 10:21:43 +02:00
parent b34a126ed1
commit 01c5451da3
2 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
__all__ = ["Money", "Games"]
from .money import Money
from .games import Games
from .gamesContainer import Games