mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-16 12:51:55 -04:00
7 lines
200 B
Python
7 lines
200 B
Python
from typing import Final
|
|
|
|
DEBUG: Final = "--debug"
|
|
RED_VERSION: Final = "--red-version"
|
|
PYTHON_VERSION: Final = "--python-version"
|
|
CHECK_OTHER_PYTHON_INSTALLS: Final = "--check-other-python-installs"
|