Beispiel #1
0
def parse_args(args):
    uproot()
    return args
Beispiel #2
0
def parse_args(args):
    uproot()
    return args
Beispiel #3
0
def parse_args(args):
    uproot()
    if args.settings_dir:
        args.settings_dir = os.path.realpath(args.settings_dir)
    return args