mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
8 lines
115 B
Python
8 lines
115 B
Python
import frappe
|
|
|
|
from lms.lms.api import give_discussions_permission
|
|
|
|
|
|
def execute():
|
|
give_discussions_permission()
|