<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
I/O Completion Ports reactor
"""

from twisted.internet.iocpreactor.reactor import install

__all__ = ["install"]
</pre></body></html>