Add actions and events modules

This commit is contained in:
Eryn Wells 2022-04-30 21:59:01 -07:00
parent 367b284d31
commit 9ddeef2561
3 changed files with 57 additions and 1 deletions

View file

@ -1,8 +1,11 @@
#!/usr/bin/env python3
# Eryn Wells <eryn@erynwells.me>
from . import object
from . import actions
from . import events
from . import geometry
from . import main
from . import object
from . import tile
if __name__ == '__main__':