specialist/lib/python3.12/site-packages/multipledispatch/__init__.py

10 lines
162 B
Python

from .core import dispatch
from .dispatcher import (
Dispatcher,
halt_ordering,
restart_ordering,
MDNotImplementedError,
)
__version__ = "0.6.0"