src/smepu/argparse.py (3 lines): - line 81: # TODO: with eval() and/or exec(), the cli args can be made shorter. Is this a good idea? - line 89: # TODO: This function converts a SageMaker-compatible CLI args to structure that the underlying function expect. - line 97: # TODO: replace sys.argv with whatever returned by parse_hp_for_argv. Return the original sys.argv.