From 55f68cbcc1351a09c74a2a96a298ab31b1f2c40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 5 Jun 2026 11:49:51 +0000 Subject: [PATCH] Add data/course_meta.json --- data/course_meta.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/course_meta.json diff --git a/data/course_meta.json b/data/course_meta.json new file mode 100644 index 0000000..167596f --- /dev/null +++ b/data/course_meta.json @@ -0,0 +1,9 @@ +{ + "schedule": { + "week1": "Lecture 1, Lecture 2", + "week2": "Lecture 3, Lecture 4", + "week3": "Lecture 5, Lecture 6" + }, + "instructor": "Dr. Smith", + "office_hours": "Mon 2-4pm" +} \ No newline at end of file