mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 17:01:17 +08:00
fce97176d6
* Updated cython build scripts * Updated setup.py to to install catalyst package * Updated momentum example to use catalyst package * catalyst executable now supports loading pipelines from multiple bundles
6 lines
89 B
Python
6 lines
89 B
Python
from .test_source import SpecificEquityTrades
|
|
|
|
__all__ = [
|
|
'SpecificEquityTrades',
|
|
]
|