/ tea2adt_source / __init__.py
__init__.py
1 import pathlib 2 3 # The directory containing this file 4 HERE = pathlib.Path(__file__).parent 5 6 # The version in the version file 7 __version__ = (HERE / "version").read_text()
1 import pathlib 2 3 # The directory containing this file 4 HERE = pathlib.Path(__file__).parent 5 6 # The version in the version file 7 __version__ = (HERE / "version").read_text()