0bin/zerobin/__init__.py

6 lines
93 B
Python

from pathlib import Path
__version__ = "1.0.2"
ROOT_DIR = Path(__file__).absolute().parent