SunshineAI
Add various wildcard files for colors, flowers, and nationalities
e0edfee
raw
history blame contribute delete
111 Bytes
args_parsing = False
def enable_args_parsing(enable=True):
global args_parsing
args_parsing = enable