7 lines
112 B
Python
7 lines
112 B
Python
import frappe
|
|
from lms.install import create_course_creator_role
|
|
|
|
|
|
def execute():
|
|
create_course_creator_role()
|