Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Tachi67
/
RunCodeFlowModule
like
0
Model card
Files
Files and versions
xet
Community
efed64d
RunCodeFlowModule
/
RunCodeFlow.py
Tachi67
Update RunCodeFlow.py
bb9ce70
over 1 year ago
raw
Copy download link
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