Files
Open-Assistant/backend/app/schemas/__init__.py
T
2022-12-13 12:38:59 +01:00

6 lines
207 B
Python

# -*- coding: utf-8 -*-
from .labeler import Labeler, LabelerCreate, LabelerUpdate
from .prompt import Prompt, PromptCreate
__all__ = ["Labeler", "LabelerCreate", "LabelerUpdate", "Prompt", "PromptCreate"]