Maia/backend/app/schemas/__init__.py

4 lines
257 B
Python

from app.schemas.auth import UserRegister, UserLogin, TokenRefresh, TokenResponse, UserResponse
from app.schemas.meeting import MeetingResponse, MeetingStatusResponse, ParticipantUpdate, ParticipantResponse
from app.schemas.analysis import AnalysisResponse