Upload files to "diagnostics"

This commit is contained in:
2025-12-19 22:44:53 +00:00
parent a236032857
commit 78e31482d0
2 changed files with 139 additions and 0 deletions

View File

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