mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-24 19:48:35 +09:00
9 lines
254 B
Python
9 lines
254 B
Python
# System-wide Core Constants (Globalization-ready)
|
|
|
|
# System Reserved Groups
|
|
GROUP_DEFAULT = "default" # 기본
|
|
GROUP_FILES = "files" # 파일모음
|
|
GROUP_DONE = "done" # 완료모음
|
|
|
|
SYSTEM_GROUPS = [GROUP_DEFAULT, GROUP_FILES, GROUP_DONE]
|