Skip to content

Commit

Permalink
exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 25, 2023
1 parent 8f75134 commit 7e1aac8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion skpro/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# copyright: skpro developers, BSD-3-Clause License (see LICENSE file)
# adapted from sktime

__all__ = ["Laplace", "Normal"]
__all__ = [
"Laplace",
"Mixture",
"Normal",
]

from skpro.distributions.laplace import Laplace
from skpro.distributions.normal import Mixture
from skpro.distributions.normal import Normal

0 comments on commit 7e1aac8

Please sign in to comment.