Files
crypto_trader/src/strategies/ensemble/__init__.py

7 lines
118 B
Python
Raw Normal View History

"""Ensemble strategy package."""
from .consensus_strategy import ConsensusStrategy
__all__ = ['ConsensusStrategy']