mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
generalize helper for loading module from source (#2862)
This commit is contained in:
6
api/tests/integration_tests/utils/parent_class.py
Normal file
6
api/tests/integration_tests/utils/parent_class.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class ParentClass:
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
||||
def get_name(self):
|
||||
return self.name
|
||||
Reference in New Issue
Block a user