orchestrator adaptor
This commit is contained in:
8
COBY/integration/__init__.py
Normal file
8
COBY/integration/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Integration layer for the COBY multi-exchange data aggregation system.
|
||||
Provides compatibility interfaces for seamless integration with existing systems.
|
||||
"""
|
||||
|
||||
from .orchestrator_adapter import COBYOrchestratorAdapter, MarketTick, PivotBounds
|
||||
|
||||
__all__ = ['COBYOrchestratorAdapter', 'MarketTick', 'PivotBounds']
|
Reference in New Issue
Block a user