mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
4 lines
97 B
Python
4 lines
97 B
Python
|
|
def get_path(resource_path, root_dir: str):
|
|
return root_dir + '/resources/' + resource_path
|