So apparently if you don't put all of this in it's own directory, pip explodes.

This commit is contained in:
2025-06-20 18:05:57 +01:00
parent f4e0e24774
commit 2c79adaf36
4 changed files with 5 additions and 4 deletions

View File

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