8 lines
93 B
Python
8 lines
93 B
Python
import frappe
|
|
|
|
from lms.install import add_pages_to_nav
|
|
|
|
|
|
def execute():
|
|
add_pages_to_nav()
|