Files
pynamics/diagnostics/OtherFunctions.py

4 lines
84 B
Python
Raw Normal View History

2025-12-19 22:44:53 +00:00
def log(string, verbose):
if(verbose):
print("[LOG (verbose)]", string)