mirror of
https://github.com/frappe/lms.git
synced 2026-04-24 17:39:41 +03:00
6 lines
88 B
Python
6 lines
88 B
Python
from lms.install import create_evaluator_role
|
|
|
|
|
|
def execute():
|
|
create_evaluator_role()
|