gpt4free/etc/unittest/__main__.py
copilot-swe-agent[bot] e1214e4372 Add MCP server implementation with web search, scraping, and image generation tools
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-11-01 05:06:46 +00:00

20 lines
No EOL
365 B
Python

import unittest
import g4f.debug
g4f.debug.version_check = False
from .asyncio import *
from .backend import *
from .main import *
from .model import *
from .client import *
from .image_client import *
from .include import *
from .retry_provider import *
from .thinking import *
from .web_search import *
from .models import *
from .mcp import *
unittest.main()