mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 07:02:48 +08:00
ca58632815
The `DataSource` class and other classes derived from it are no longer used. Instead `DataPortal` and various `MinuteBarReader` and `DailyBarReaders` should be used.
6 lines
89 B
Python
6 lines
89 B
Python
from .test_source import SpecificEquityTrades
|
|
|
|
__all__ = [
|
|
'SpecificEquityTrades',
|
|
]
|