So apparently if you don't put all of this in it's own directory, pip explodes.
This commit is contained in:
4
src/gameUtils/__init__.py
Normal file
4
src/gameUtils/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
from .base import Game
|
||||
from .utils import centre
|
||||
from .anim import AnimationHandler
|
||||
from .anim import AnimatedObject
|
||||
Reference in New Issue
Block a user