8 lines
312 B
Python
8 lines
312 B
Python
"""
|
|
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'] |