This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ignatz
/
dify-forked
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c17a4165c1
Rami (Branch)
Tag
merge_test
test
dify-forked
/
api
/
tests
/
integration_tests
/
utils
/
parent_class.py
parent_class.py
123 B
Cronologia
Originale
1
2
3
4
5
6
class ParentClass:
def __init__(self, name):
self.name = name
def get_name(self):
return self.name