8 lines
142 B
Python
8 lines
142 B
Python
from aiostream import stream, pipe, Stream
|
|
|
|
class MyExecute():
|
|
def __init__(self):
|
|
pass
|
|
|
|
def execute(self, data):
|
|
pass |