Files
pynamics/diagnostics/OtherFunctions.py

5 lines
90 B
Python
Raw Normal View History

2025-12-18 19:22:39 +00:00
verbose = True
def log(string):
if(verbose):
print("[LOG (verbose)]", string)