zhenxun_bot/zhenxun/builtin_plugins/auto_update/config.py

8 lines
141 B
Python

from pathlib import Path
LOG_COMMAND = "AutoUpdate"
VERSION_FILE = Path() / "__version__"
REQUIREMENTS_FILE = Path() / "requirements.txt"