File: __init__.py

package info (click to toggle)
python-pot 0.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,300 kB
  • sloc: python: 23,134; cpp: 2,315; makefile: 263; sh: 19
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
from . import benchmark
from . import sinkhorn_knopp
from . import emd

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