mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-06 18:57:25 -04:00
5 lines
127 B
Python
5 lines
127 B
Python
"""Mock AI provider for development mode testing"""
|
|
from .mock_ai_provider import MockAIProvider
|
|
|
|
__all__ = ["MockAIProvider"]
|