Files
IQ.Pilot/_vendor_runtime/rednose/__init__.py
2026-08-12 11:06:53 -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")