Files
pynamics/diagnostics-old/OtherFunctions.py

2 lines
73 B
Python
Raw Normal View History

2025-12-17 17:25:07 +00:00
def vprint(string, verbose):
print("[LOG (verbose enabled)]", string)