Files
IQ.Pilot/iqpilot/selfdrive/iqmodeld/tools/compile_emac_warp.py
2026-08-27 20:17:33 -05:00

10 lines
295 B
Python

"""
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos/
"""
from iqpilot.selfdrive.iqmodeld.tools.compile_warp import MODEL_SIZE, compile_warp, main
__all__ = ["MODEL_SIZE", "compile_warp", "main"]
if __name__ == "__main__":
main()