revert refactor for modularity
This commit is contained in:
2025-05-23 12:47:59 +00:00
parent b71faa9758
commit 65ae3060de
11 changed files with 416 additions and 1669 deletions

View File

@@ -1,13 +0,0 @@
"""
This module contains the analysis classes for the cycles project.
"""
from .boillinger_band import BollingerBands
from .rsi import RSI
from .bb_rsi import BollingerBandsStrategy
__all__ = ["BollingerBands", "RSI", "BollingerBandsStrategy"]
__version__ = "0.1.0"
__author__ = 'TCP Cycles Team'