Console-script entrypoint (`codeclash`).
()
| 94 | else: |
| 95 | return output_dir / folder_name |
| 96 | |
| 97 | full_output_dir = get_output_path() |
| 98 | tournament = PvpTournament(config, output_dir=full_output_dir, cleanup=cleanup, keep_containers=keep_containers) |
| 99 | tournament.run() |
| 100 | |
| 101 |
nothing calls this directly
no outgoing calls
no test coverage detected