mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
8 lines
141 B
Python
8 lines
141 B
Python
from pathlib import Path
|
|
|
|
LOG_COMMAND = "AutoUpdate"
|
|
|
|
VERSION_FILE = Path() / "__version__"
|
|
|
|
REQUIREMENTS_FILE = Path() / "requirements.txt"
|