mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-15 13:48:25 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
class ModuleMangeApi:
|
|
|
|
def module_name(self):
|
|
pass
|
|
|
|
def register(self):
|
|
pass |