mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:36:37 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
import os
|
|
|
|
BINARIES_PATHS = [
|
|
os.path.join(os.path.join(LOADER_DIR, '../../'), 'lib')
|
|
] + BINARIES_PATHS
|