0bin/zerobin/__init__.py

6 lines
141 B
Python
Raw Normal View History

2020-08-11 17:37:03 +03:00
from pathlib import Path
2020-08-31 15:26:14 +03:00
__version__ = (Path(__file__).parent / "VERSION").read_text().strip()
2015-05-10 20:19:02 +03:00
2020-08-11 17:37:03 +03:00
ROOT_DIR = Path(__file__).absolute().parent