File size: 190 Bytes
bb9ce70
 
5421e10
 
 
 
 
 
1
2
3
4
5
6
7
8
from aiflows.base_flows import SequentialFlow
from aiflows.utils import logging

logging.set_verbosity_debug()
log = logging.get_logger(__name__)

class RunCodeFlow(SequentialFlow):
    pass