Files
ODrive/tools/odrive/__init__.py
T

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