Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/lib/python3/dist-packages/twisted/internet/iocpreactor/
Upload File :
Current File : //proc/thread-self/root/lib/python3/dist-packages/twisted/internet/iocpreactor/__init__.py

# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

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

from twisted.internet.iocpreactor.reactor import install

__all__ = ['install']