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,7 @@
import frappe
from frappe.utils.scheduler import start_scheduler
print("Starting background scheduler . . .")
start_scheduler()
exit(0)