mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
6 lines
99 B
Python
6 lines
99 B
Python
import frappe
|
|
from . import utils
|
|
|
|
def get_context(context):
|
|
utils.get_common_context(context)
|