Files
pynamics/diagnostics/OtherFunctions.py

2 lines
65 B
Python
Raw Normal View History

2025-12-18 17:09:21 +00:00
def vprint(string, verbose):
print("[LOG (verbose)]", string)