IQ.Pilot Release Commit @ a209cd3

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-12 02:48:02 -05:00
commit 6c7d9fd435
4560 changed files with 1231277 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import os
from iqpilot.common.basedir import BASEDIR
VENDOR_MAPD_BIN_DIR = os.path.join(BASEDIR, "iqpilot/third_party/mapd_pfeiferj")
VENDOR_MAPD_PATH = os.path.join(VENDOR_MAPD_BIN_DIR, "mapd")