"""Constants definitions.""" from datetime import timezone # If True, context variables like ctx_user_id will be strictly validated. STRICT_CONTEXT_VALIDATION = True # Timezone for system timestamps. SYSTEM_TIMEZONE = timezone.utc