mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-06-08 13:24:57 +08:00
6 lines
108 B
Python
6 lines
108 B
Python
from openpilot.common.git import get_normalized_origin
|
|
|
|
|
|
def get_version() -> str:
|
|
return "IQ.Pilot 1.0b"
|