Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
martinjosifoski
/
CC_flows
like
0
License:
mit
Model card
Files
Files and versions
Community
7
refs/pr/1
CC_flows
/
CF_PlanReflect_Code.py
martinjosifoski
Add all CF flow modulo the ones that require debugging.
9741e89
over 1 year ago
raw
Copy download link
history
blame
Safe
158 Bytes
from
flows.base_flows
import
SequentialFlow
class
CF_PlanReflect_Code
(
SequentialFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)