[6ff4a8]: / src / moscot / problems / generic / __init__.py

Download this file

9 lines (7 with data), 245 Bytes

1
2
3
4
5
6
7
8
from moscot.problems.generic._generic import FGWProblem, GWProblem, SinkhornProblem
from moscot.problems.generic._mixins import GenericAnalysisMixin
__all__ = [
"FGWProblem" "SinkhornProblem",
"GWProblem",
"GenericAnalysisMixin",
]