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