0
0
mirror of https://github.com/MIDORIBIN/langchain-gpt4free.git synced 2024-12-23 19:22:58 +03:00
langchain-gpt4free/langchain_g4f/__init__.py
2023-08-13 12:41:58 +09:00

4 lines
49 B
Python

from .G4FLLM import G4FLLM
__all__ = ["G4FLLM"]