Files
govoplan-scheduling/src/govoplan_scheduling/backend/db/__init__.py

6 lines
237 B
Python

from __future__ import annotations
from govoplan_scheduling.backend.db.models import SchedulingCandidateSlot, SchedulingParticipant, SchedulingRequest
__all__ = ["SchedulingCandidateSlot", "SchedulingParticipant", "SchedulingRequest"]