refactoring modules structure | improving README and CHANGELOG

This commit is contained in:
Vinicius Moreira
2019-09-17 17:35:33 -03:00
parent 01ca7414e2
commit 18238eb269
49 changed files with 94 additions and 63 deletions

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

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