4 lines
60 B
Python
4 lines
60 B
Python
|
import txaio
|
||
|
txaio.use_twisted()
|
||
|
f0 = txaio.create_future()
|