9 lines
295 B
Python
9 lines
295 B
Python
"""
|
|
Multi-Exchange Data Aggregation System (COBY)
|
|
|
|
A comprehensive data collection and aggregation subsystem for cryptocurrency exchanges.
|
|
Provides real-time order book data, heatmap visualization, and historical replay capabilities.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "Trading System Team" |