This commit is contained in:
2025-11-14 14:47:19 +00:00
parent 2a85845835
commit 3758c7572a
137 changed files with 365654 additions and 11147 deletions
+53
View File
@@ -0,0 +1,53 @@
def ascii_header():
return r"""
==================================================
= =
= _______ =
= | | _ =
= | |____ | | =
= | / | | | ___ __ _ _ __ =
= | | | | | / _ \/ _` | '_ \ =
= | \____| | | | __/ (_| | | | | =
= |_______| |_| \___|\__,_|_| |_| =
= =
= =
= _________ =
= | | =
= | BOOK | =
= |_________| =
= =
= =
= /\ =
= / \ =
= /____\ =
= / \ =
= / \ =
= /__________\ =
= =
= =
= _____________ =
= | | =
= | COMPUTER | =
= |_____________| =
= =
= =
= =
= _________ =
= | | =
= | TEACH | =
= |_________| =
= =
= =
= ____ =
= / \ =
= / \ =
= / \ =
= /__________\ =
= =
= =
==================================================
= =
= classroom-copilot.ai =
= =
==================================================
"""