This commit is contained in:
Vinicius Moreira
2019-09-07 17:58:41 -03:00
parent 7123408010
commit 696b6169ac
13 changed files with 24 additions and 22 deletions

5
bauh/util/resource.py Executable file
View File

@@ -0,0 +1,5 @@
from bauh import ROOT_DIR
def get_path(resource_path):
return ROOT_DIR + '/resources/' + resource_path