# -*- coding: utf-8 -*- from . import bregman from . import da from .bregman import sinkhorn __all__ = ["bregman", "da", "sinkhorn"]