mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-15 17:38:37 +08:00
6 lines
149 B
Python
6 lines
149 B
Python
|
|
# Standard convention is to add a __version__ attribute to the package
|
|
from .version import get_version
|
|
__version__ = get_version()
|
|
del get_version
|