mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +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
|