Getting Started
Examples
Reference
[docs]def log(msg, verbose=False): # TODO: use logging if verbose is False: return print(msg)