File: __init__.py

package info (click to toggle)
python-pot 0.9.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,884 kB
  • sloc: python: 56,498; cpp: 2,310; makefile: 265; sh: 19
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
from . import benchmark
from . import sinkhorn_knopp
from . import emd

__all__ = ["benchmark", "sinkhorn_knopp", "emd"]