This repository has been archived on 2022-02-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pathfinder/pathfinder/meta.py
2021-07-30 16:56:53 -05:00

4 lines
76 B
Python

from importlib.metadata import version
__version__ = version('pathfinder')