7 lines
69 B
Python
7 lines
69 B
Python
import frappe
|
|
from frappe import _
|
|
|
|
|
|
def get_context(context):
|
|
pass
|