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