0bin/zerobin/__init__.py

6 lines
141 B
Python

from pathlib import Path
__version__ = (Path(__file__).parent / "VERSION").read_text().strip()
ROOT_DIR = Path(__file__).absolute().parent