6 lines
84 B
Python
6 lines
84 B
Python
from lms.install import create_batch_source
|
|
|
|
|
|
def execute():
|
|
create_batch_source()
|