5 lines
63 B
Python
5 lines
63 B
Python
import frappe
|
|
from frappe.utils.doctor import doctor
|
|
|
|
doctor()
|