Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e3e3266
dify
/
api
/
tests
/
integration_tests
/
utils
/
parent_class.py
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
Safe
124 Bytes
class
ParentClass
:
def
__init__
(
self, name
):
self.name = name
def
get_name
(
self
):
return
self.name