forked from IQ.Lvbs/IQ.Pilot
6 lines
106 B
Python
6 lines
106 B
Python
from iqpilot.common.git import get_normalized_origin
|
|
|
|
|
|
def get_version() -> str:
|
|
return "IQ.Pilot 1.0c"
|