blob: d1881d4fe3c7295b05a570aaec3df152d4a9688e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
I/O Completion Ports reactor
"""
from twisted.internet.iocpreactor.reactor import install
__all__ = ["install"]
|