mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-12 14:27:20 +08:00
- python odrive module can be used from python2 again - the automatic firmware version.h generation is now based on python instead of bash (which didn't work well on Windows)
6 lines
161 B
Python
6 lines
161 B
Python
|
|
# Standard convention is to add a __version__ attribute to the package
|
|
from .version import get_version_str
|
|
__version__ = get_version_str()
|
|
del get_version_str
|