mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
refactoring modules structure | improving README and CHANGELOG
This commit is contained in:
5
bauh/view/util/resource.py
Executable file
5
bauh/view/util/resource.py
Executable file
@@ -0,0 +1,5 @@
|
||||
from bauh import ROOT_DIR
|
||||
|
||||
|
||||
def get_path(resource_path):
|
||||
return ROOT_DIR + '/view/resources/' + resource_path
|
||||
Reference in New Issue
Block a user