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"
|