from typing import Final

ACTIVE: Final = "ACTIVE"
FIRST_ROUND_COMPLETE: Final = "FIRST_ROUND_COMPLETE"
COMPLETED: Final = "COMPLETED"
