dot_files/vim-plugins/python-mode/pymode/async.py
2017-07-31 00:00:01 +03:00

6 lines
83 B
Python

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