Files
bearhub/bauh/util/resource.py
Vinicius Moreira 696b6169ac commons
2019-09-07 17:58:41 -03:00

6 lines
109 B
Python
Executable File

from bauh import ROOT_DIR
def get_path(resource_path):
return ROOT_DIR + '/resources/' + resource_path