10 lines
295 B
Python
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()
|