mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-26 13:18:31 +08:00
7 lines
202 B
Python
7 lines
202 B
Python
from catalyst.data.bundles import register
|
|
from catalyst.exchange.exchange_bundle import exchange_bundle
|
|
|
|
symbols = (
|
|
'neo_btc',
|
|
)
|
|
register('exchange_bitfinex', exchange_bundle('bitfinex', symbols)) |