mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
from __future__ import unicode_literals
|
|
|
|
def get_context(context):
|
|
# do your magic here
|
|
pass
|