Files
schedule-generator/util/debug.py
T
2022-09-10 12:50:32 -07:00

4 lines
100 B
Python

#!/usr/bin/env python
# Define global debug function
debug = lambda msg : print(f">> Debug: {msg}")