Restructure project

This commit is contained in:
luxick
2017-02-16 22:06:59 +01:00
parent e35ae3942b
commit e55978a106
66 changed files with 113 additions and 12 deletions

3
start.py Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/python
import os
os.system("python "+os.path.dirname(__file__)+"/mtg-collector/gui.py")