mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
Initial Global Release v1.0 (Localization & Security Hardening)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user