debug step 4

This commit is contained in:
SowinskiBraeden committed 2022-09-10 12:50:32 -07:00
1 parent 9ba4cc4853
commit eed78007f3
3 files changed
+90 -54

No files matched your search

+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env python
# Define global debug function
debug = lambda msg : print(f">> Debug: {msg}")