fazzebo's picture
all
5353f6a
raw
history blame contribute delete
No virus
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable