7 lines
70 B
Python
7 lines
70 B
Python
import frappe
|
|
|
|
|
|
def get_context(context):
|
|
# do your magic here
|
|
pass
|