????

Your IP : 13.58.244.160


Current Path : /proc/thread-self/root/proc/thread-self/root/lib/python3.6/site-packages/future/moves/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/lib/python3.6/site-packages/future/moves/_thread.py

from __future__ import absolute_import
from future.utils import PY3

if PY3:
    from _thread import *
else:
    __future_module__ = True
    from thread import *