forked from protonphoton/LJ
5 lines
129 B
Python
5 lines
129 B
Python
|
import argvemulator, os
|
||
|
|
||
|
argvemulator.ArgvCollector().mainloop()
|
||
|
execfile(os.path.join(os.path.split(__file__)[0], "sitter.py"))
|