Files
TJWaterServerBinary/app/algorithms/burst_detection/__init__.py
T

4 lines
101 B
Python

from app.algorithms.burst_detection.burst_detector import BurstDetector
__all__ = ["BurstDetector"]