mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
8 lines
110 B
Python
8 lines
110 B
Python
from __future__ import unicode_literals
|
|
|
|
import frappe
|
|
|
|
def get_context(context):
|
|
# do your magic here
|
|
pass
|