mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-22 08:48:38 +00:00
7 lines
173 B
Python
7 lines
173 B
Python
from typing import Optional
|
|
|
|
from domain.abri.models import SlotCode
|
|
|
|
|
|
def slot_for_confirmed_time(confirmed_time: Optional[str]) -> SlotCode:
|
|
raise NotImplementedError
|