from extreme_estimator.estimator.abstract_estimator import AbstractEstimator


class FullEstimatorInASingleStep(AbstractEstimator):
    pass


class PointwiseAndThenUnitaryMsp(AbstractEstimator):
    pass


class SmoothMarginalsThenUnitaryMsp(AbstractEstimator):
    pass


class StochasticExpectationMaximization(AbstractEstimator):
    pass