Files
buildroot/support/testing/tests/package/sample_python_txaio_twisted.py
2019-09-25 20:52:32 -03:00

4 lines
60 B
Python

import txaio
txaio.use_twisted()
f0 = txaio.create_future()