AI4Midterm / utilities /debugger.py
rchrdgwr's picture
Add files for midterm project
5a9839d
raw
history blame
72 Bytes
def dprint(state, msg):
if state.debug == True:
print(msg)