IQ.Pilot Release Commit @ d2ce8a8
This commit is contained in:
9
iqpilot/selfdrive/iqmodeld/emac_model_meta.py
Normal file
9
iqpilot/selfdrive/iqmodeld/emac_model_meta.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos/
|
||||
"""
|
||||
from iqpilot._proprietary_loader import ProprietaryModuleMissing, load_private_module
|
||||
|
||||
try:
|
||||
load_private_module(__name__, "iqpilot_private.models.emac_model_meta")
|
||||
except ProprietaryModuleMissing:
|
||||
from iqpilot.models_private_src.emac_model_meta import *
|
||||
Reference in New Issue
Block a user