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