Traktor/myenv/Lib/site-packages/sympy/multipledispatch/__init__.py

12 lines
259 B
Python
Raw Normal View History

2024-05-23 01:57:24 +02:00
from .core import dispatch
from .dispatcher import (Dispatcher, halt_ordering, restart_ordering,
MDNotImplementedError)
__version__ = '0.4.9'
__all__ = [
'dispatch',
'Dispatcher', 'halt_ordering', 'restart_ordering', 'MDNotImplementedError',
]