1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/zerobin/__init__.py
2020-08-31 14:26:14 +02:00

6 lines
141 B
Python

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