File: __init__.py

package info (click to toggle)
python-multipledispatch 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: python: 1,116; makefile: 141
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from .core import dispatch
from .dispatcher import (
    Dispatcher,
    halt_ordering,
    restart_ordering,
    MDNotImplementedError,
)

__version__ = "0.6.0"