Skip to content

Commit

Permalink
Load all detectors in main package
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 8, 2023
1 parent ec024fe commit 966a60c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pynssp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
from .core.credentials import *
from .core.container import *
from .core.token import *
from .data import *
from .data import *
from .detectors.ewma import *
from .detectors.regression import *
from .detectors.switch import *
from .detectors.nbinom import *
from .detectors.serfling import *

0 comments on commit 966a60c

Please sign in to comment.