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

7 lines
172 B
Python

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