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

7 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()