From 8441446e44f45a9de4b1cdfaa9515ef61348e0b6 Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Wed, 17 Dec 2025 17:25:07 +0000 Subject: [PATCH] Add diagnostics-old/OtherFunctions.py --- diagnostics-old/OtherFunctions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 diagnostics-old/OtherFunctions.py diff --git a/diagnostics-old/OtherFunctions.py b/diagnostics-old/OtherFunctions.py new file mode 100644 index 0000000..2acb729 --- /dev/null +++ b/diagnostics-old/OtherFunctions.py @@ -0,0 +1,2 @@ +def vprint(string, verbose): + print("[LOG (verbose enabled)]", string) \ No newline at end of file