4 lines
76 B
Python
4 lines
76 B
Python
from importlib.metadata import version
|
|
|
|
__version__ = version('pathfinder')
|