Files
bearhub/bauh/commons/resource.py
Vinicius Moreira ba5e1da11b gem selector sketch
2019-09-11 16:00:02 -03:00

4 lines
97 B
Python

def get_path(resource_path, root_dir: str):
return root_dir + '/resources/' + resource_path