Files
IQ.Pilot/iqpilot/konn3kt/hephaestus/hephaestusd.py
2026-08-22 23:42:42 -05:00

11 lines
329 B
Python

#!/usr/bin/env python3
"""
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
"""
from openpilot.iqpilot._proprietary_loader import load_private_module
load_private_module(__name__, "iqpilot_private.konn3kt.hephaestus.hephaestusd")
if __name__ == "__main__":
main()