__init__.py 191 B

12345678910
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. """
  4. I/O Completion Ports reactor
  5. """
  6. from twisted.internet.iocpreactor.reactor import install
  7. __all__ = ['install']