%PDF- %PDF-
| Direktori : /proc/self/root/lib/python3/dist-packages/sympy/assumptions/handlers/ |
| Current File : //proc/self/root/lib/python3/dist-packages/sympy/assumptions/handlers/__init__.py |
"""
Multipledispatch handlers for ``Predicate`` are implemented here.
Handlers in this module are not directly imported to other modules in
order to avoid circular import problem.
"""
from .common import (AskHandler, CommonHandler,
test_closed_group)
__all__ = [
'AskHandler', 'CommonHandler',
'test_closed_group'
]