mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
from .function_calls import OpenAISchema, openai_function
|
|
|
|
__all__ = ["OpenAISchema", "openai_function"]
|