6 lines
116 B
Python
6 lines
116 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
from webnotes.model import delete_doc
|
||
|
|
||
|
delete_doc('Module Def', 'Knowledge Base')
|