mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
6 lines
123 B
Python
6 lines
123 B
Python
# -*- coding: utf-8 -*-
|
|
from .crud_labeler import labeler
|
|
from .crud_prompt import prompt
|
|
|
|
__all__ = ["labeler", "prompt"]
|