refactor: seperate module for hackathon

This commit is contained in:
pateljannat
2021-03-04 20:11:18 +05:30
parent acea59767d
commit 8b5cd8e6c6
50 changed files with 249 additions and 79 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import unicode_literals
import frappe
def get_context(context):
# do your magic here
pass