cursus.core.config_fields.constants¶
Shared constants and enums for config field management.
This module contains constants and enums used throughout the config_field_manager package, implementing the Type-Safe Specifications principle.
- class CategoryType(*values)[source]¶
Bases:
EnumEnumeration of field category types for the simplified structure.
Implementing the Type-Safe Specifications principle by using an enum instead of string literals.
- SHARED = 1¶
- SPECIFIC = 2¶