Core game features

This commit is contained in:
KuroMento
2025-12-07 11:23:08 +01:00
parent 2027c3906a
commit 0a4acdf830
2 changed files with 66 additions and 0 deletions

2
game/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
# Definit tout ce qui est stable dans le package
__all__ = ['main','serializable']