Started separating everything away from __init__

This commit is contained in:
2025-06-19 21:23:22 +01:00
parent 86c0230b26
commit e97d55fbc3
4 changed files with 31 additions and 40 deletions

4
src/__init__.py Normal file
View File

@ -0,0 +1,4 @@
from .base import Game
from .utils import centre
from .anim import AnimatedHandler
from .anim import AnimatedObject