mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
|
|
from ._version import get_versions
|
|
__version__ = get_versions()['version']
|
|
del get_versions
|