dot_files/plugins/bundle/python-mode/pymode/async.py
2017-07-09 00:22:01 +03:00

6 lines
83 B
Python

""" Python-mode async support. """
from ._compat import Queue
RESULTS = Queue()