Spaces:
Building
on
Zero
Building
on
Zero
File size: 117 Bytes
0035f04 |
1 2 3 4 5 6 7 |
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable
|