Kano001's picture
Upload 5252 files
c61ccee verified
raw
history blame
197 Bytes
from functools import partial
from .multipledispatch import dispatch # type: ignore[import]
namespace = {} # type: ignore[var-annotated]
dispatch = partial(dispatch, namespace=namespace)