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