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