2725cd10创建于 2020年8月31日历史提交
from pathlib import Path

__version__ = (Path(__file__).parent / "VERSION").read_text().strip()

ROOT_DIR = Path(__file__).absolute().parent