# -*- coding: utf-8 -*- from . import bregman from . import da from .bregman import sinkhorn # Author: Remi Flamary # Leo Gautheron # # License: MIT License __all__ = ["bregman", "da", "sinkhorn"]