mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
7 lines
113 B
Python
Executable File
7 lines
113 B
Python
Executable File
|
|
from fpakman import ROOT_DIR
|
|
|
|
|
|
def get_path(resource_path):
|
|
return ROOT_DIR + '/resources/' + resource_path
|