mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-14 10:35:53 +00:00
9 lines
122 B
Python
9 lines
122 B
Python
from typing import Tuple
|
|
|
|
|
|
version: Tuple[str, str, str] = (
|
|
"hub",
|
|
"3.X.YbZ",
|
|
"v3.X.YbZ-GIT_HASH on DATE",
|
|
)
|