IQ.Pilot Release Commit @ d2ce8a8
This commit is contained in:
10
iqpilot/selfdrive/iqmodeld/emac_input_state.py
Normal file
10
iqpilot/selfdrive/iqmodeld/emac_input_state.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos/
|
||||
"""
|
||||
|
||||
from iqpilot.selfdrive.iqmodeld.temporal_state import (
|
||||
SplitTemporalState as SplitInputState,
|
||||
TemporalInputState as EmacInputState,
|
||||
)
|
||||
|
||||
__all__ = ["EmacInputState", "SplitInputState"]
|
||||
Reference in New Issue
Block a user