📝 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:
@ -3,4 +3,4 @@
|
||||
__all__ = ["Money", "Games"]
|
||||
|
||||
from .money import Money
|
||||
from .games import Games
|
||||
from .gamesContainer import Games
|
||||
|
Reference in New Issue
Block a user