mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-14 00:54:07 +00:00
5 lines
63 B
Python
5 lines
63 B
Python
|
import frappe
|
||
|
from frappe.utils.doctor import doctor
|
||
|
|
||
|
doctor()
|