Files
bearhub/fpakman/core/resource.py
Vinicius Moreira 8bbe894e87 init
2019-07-26 19:03:23 -03:00

6 lines
112 B
Python
Executable File

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