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