mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
7 lines
166 B
Python
Executable File
7 lines
166 B
Python
Executable File
import os
|
|
|
|
|
|
def get_path(resource_path):
|
|
cur_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
return cur_dir + '/resources/' + resource_path
|