Files
pynamics/diagnostics/OtherFunctions.py
alkadienePhoton 8489a87ada
2026-01-21 16:49:54 -06:00

5 lines
90 B
Python

verbose = True
def log(string):
if(verbose):
print("[LOG (verbose)]", string)