1
0
forked from IQ.Lvbs/IQ.Pilot
Files
IQ.Pilot/artifacts/package_sources/rednose/rednose/__init__.py
2026-08-22 23:42:41 -05:00

7 lines
254 B
Python

import os
INCLUDE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
LIB_PATH = os.path.join(os.path.dirname(__file__), "helpers", "libekf_sym.a")
SCONS_TOOL_PATH = os.path.join(os.path.dirname(__file__), "site_scons", "site_tools")