university-setup/scripts/new-lecture.py
2021-09-16 18:54:30 +02:00

6 lines
135 B
Python
Executable file

#!/usr/bin/python3
from courses import Courses
script = Courses().current.notes
new_lecture = script.new_lecture()
new_lecture.edit()