3 lines
75 B
Python
3 lines
75 B
Python
from importlib.metadata import version
|
|
|
|
__version__ = version(__package__)
|