Spaces:
Sleeping
Sleeping
File size: 72 Bytes
5a9839d |
1 2 3 |
def dprint(state, msg):
if state.debug == True:
print(msg) |