refactor: reuse common scripts and files

move common scripts to build/common
This commit is contained in:
Revant Nandgaonkar
2020-02-20 18:01:23 +05:30
parent 347b94dee2
commit 242708df0c
41 changed files with 62 additions and 545 deletions

View File

@@ -0,0 +1,4 @@
import frappe
from frappe.utils.doctor import doctor
doctor()