0
0
mirror of https://github.com/MIDORIBIN/langchain-gpt4free.git synced 2025-01-11 18:51:03 +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"]