add python script file to add a new lecture
This commit is contained in:
parent
ff4e303d42
commit
b3cae8ff05
1 changed files with 5 additions and 0 deletions
5
scripts/new-lecture.py
Executable file
5
scripts/new-lecture.py
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
from courses import Courses
|
||||||
|
|
||||||
|
script = Courses().current.script
|
||||||
|
new_lecture = script.new_lecture()
|
||||||
|
new_lecture.edit()
|
Loading…
Reference in a new issue