8 lines
130 B
Python
8 lines
130 B
Python
import frappe
|
|
from . import utils
|
|
|
|
def get_context(context):
|
|
utils.get_common_context(context)
|
|
|
|
print("context", context)
|