jumpserver/apps/i18n/_translator/const.py

13 lines
235 B
Python
Raw Normal View History

2024-01-15 09:14:38 +00:00
import os
LOCALE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
2024-01-16 13:15:39 +00:00
RED = "\033[91m"
BLUE = "\033[94m"
CYAN = "\033[96m"
RESET = "\033[0m"
GREEN = "\033[92m"
WHITE = "\033[97m"
YELLOW = "\033[93m"
MAGENTA = "\033[95m"