mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
7 lines
154 B
Python
Executable file
7 lines
154 B
Python
Executable file
import LevelEditor
|
|
|
|
base.le = LevelEditor.LevelEditor()
|
|
# You should define LevelEditor instance as
|
|
# base.le so it can be reached in global scope
|
|
|
|
run()
|