7 lines
105 B
Python
7 lines
105 B
Python
"""
|
|
Debug variable used throughout the entire module.
|
|
Turns on debugging information.
|
|
"""
|
|
|
|
debug = False
|