add python script file to add a new lecture

This commit is contained in:
Maximilian Keßler 2021-09-16 15:42:14 +02:00
parent ff4e303d42
commit b3cae8ff05

5
scripts/new-lecture.py Executable file
View File

@ -0,0 +1,5 @@
from courses import Courses
script = Courses().current.script
new_lecture = script.new_lecture()
new_lecture.edit()