Abdullah-Habib's picture
first commit
20fd36d
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable