pyzmq/zmq/green/eventloop/__init__.py

4 lines
68 B
Python

from zmq.green.eventloop.ioloop import IOLoop
__all__ = ['IOLoop']