mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
7 lines
72 B
Python
7 lines
72 B
Python
# import frappe
|
|
|
|
|
|
def get_context(context):
|
|
# do your magic here
|
|
pass
|