Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CatPtain
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f360c7
dify
/
api
/
tests
/
integration_tests
/
utils
/
child_class.py
CatPtain
Upload 697 files
20f348c
verified
2 months ago
raw
Copy download link
history
blame
191 Bytes
from
tests.integration_tests.utils.parent_class
import
ParentClass
class
ChildClass
(
ParentClass
):
def
__init__
(
self, name:
str
):
super
().__init__(name)
self.name = name