mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
6 lines
112 B
Python
Executable File
6 lines
112 B
Python
Executable File
from fpakman import ROOT_DIR
|
|
|
|
|
|
def get_path(resource_path):
|
|
return ROOT_DIR + '/resources/' + resource_path
|