6 lines
237 B
Python
6 lines
237 B
Python
from __future__ import annotations
|
|
|
|
from govoplan_scheduling.backend.db.models import SchedulingCandidateSlot, SchedulingParticipant, SchedulingRequest
|
|
|
|
__all__ = ["SchedulingCandidateSlot", "SchedulingParticipant", "SchedulingRequest"]
|