Started separating everything away from __init__
This commit is contained in:
4
src/__init__.py
Normal file
4
src/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
from .base import Game
|
||||
from .utils import centre
|
||||
from .anim import AnimatedHandler
|
||||
from .anim import AnimatedObject
|
||||
Reference in New Issue
Block a user