munch-ease-backend/meals/roles.py

7 lines
182 B
Python
Raw Normal View History

from __future__ import annotations
# Centralized participant role constants to avoid string duplication/typos
ROLE_CHEF = "chef"
ROLE_CLEANUP = "cleanup"
ROLE_CONSUMER = "consumer"