mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 01:58:14 +08:00
13 lines
206 B
Python
13 lines
206 B
Python
"""
|
|
Zipline
|
|
"""
|
|
|
|
# This is *not* a place to dump arbitrary classes/modules for convenience,
|
|
# it is a place to expose the public interfaces.
|
|
|
|
from utils.protocol_utils import ndict
|
|
|
|
__all__ = [
|
|
ndict
|
|
]
|