Model/domain/abri/slots.py
Daniel Roth 992ac243ba Abri booking with no confirmed time books an all-day appointment 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 14:31:33 +00:00

7 lines
159 B
Python

from typing import Optional
from domain.abri.models import SlotCode
def slot_for_confirmed_time(confirmed_time: Optional[str]) -> SlotCode:
return "AD"