Update diagnostics/other_functions.py

This commit is contained in:
2026-02-13 13:20:40 +00:00
parent f66438019e
commit b7bef93301

View File

@@ -0,0 +1,3 @@
def log(string, verbose):
if(verbose):
print("[LOG (verbose)]", string)