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