RunCodeFlowModule / RunCodeFlow.py
Tachi67's picture
Update RunCodeFlow.py
bb9ce70
raw
history blame
190 Bytes
from aiflows.base_flows import SequentialFlow
from aiflows.utils import logging
logging.set_verbosity_debug()
log = logging.get_logger(__name__)
class RunCodeFlow(SequentialFlow):
pass