3 lines
98 B
Python
Executable File
3 lines
98 B
Python
Executable File
#!/usr/bin/python
|
|
import os
|
|
os.system("python "+os.path.dirname(__file__)+"/mtg-collector/gui.py") |