5 lines
133 B
Python
5 lines
133 B
Python
|
import argvemulator, os
|
||
|
|
||
|
argvemulator.ArgvCollector().mainloop()
|
||
|
execfile(os.path.join(os.path.split(__file__)[0], "relational.py"))
|