yera.dev.schemas.session

Session request and response schemas.

Symbols

class CreateSessionResponse — Response schema for session creation.
class SessionCreateRequest — Request schema for creating a session.
class SessionState — Session state for Python app sessions.

CreateSessionResponse

Inherits: BaseModel

Response schema for session creation.

SessionCreateRequest

Inherits: BaseModel

Request schema for creating a session.

SessionState

Session state for Python app sessions.