Files
bearhub/bauh/core/resource.py
Vinicius Moreira 1951a545c8 merge 'staging'
2019-08-12 17:29:33 -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