mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from pybricks import version
|
|
|
|
# ('essentialhub', '3.2.0b5', 'v3.2.0b5 on 2022-11-11')
|
|
print(version)
|