Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
lhk
/
test_model
like
0
License:
cc-by-4.0
Model card
Files
Files and versions
xet
Community
main
test_model
/
mock.py
lhk
Update mock.py
2634718
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
164 Bytes
class
MockedFlow
:
def
__init__
(
self, **kwargs
):
self.flow_type=
"mocked"
@classmethod
def
instantiate
(
cls, config
):
return
cls(**config)