mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
6 lines
93 B
Python
6 lines
93 B
Python
from pathlib import Path
|
|
|
|
__version__ = "1.0.0"
|
|
|
|
ROOT_DIR = Path(__file__).absolute().parent
|