This commit is contained in:
Vinicius Moreira
2019-06-12 16:52:53 -03:00
parent fe8ac9e3a7
commit fe46fad5c2
21 changed files with 1273 additions and 668 deletions

6
core/resource.py Executable file
View File

@@ -0,0 +1,6 @@
import os
def get_path(resource_path):
cur_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
return cur_dir + '/resources/' + resource_path