feat: class evaluators

This commit is contained in:
Jannat Patel
2023-07-13 15:10:53 +05:30
parent 9e5cd84214
commit 11e6b8a372
11 changed files with 110 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
from lms.install import create_evaluator_role
def execute():
create_evaluator_role()