(_)
| 252 | |
| 253 | |
| 254 | def main(_): |
| 255 | apply_clean(flags.FLAGS) |
| 256 | train_and_export(flags.FLAGS) |
| 257 | # TODO(brianklee): Enable this functionality after @allenl implements this. |
| 258 | # import_and_eval(flags.FLAGS) |
| 259 | |
| 260 | |
| 261 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected