Add actions and events modules
This commit is contained in:
parent
367b284d31
commit
9ddeef2561
3 changed files with 57 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue