Skip to content

__main__

main() #

Launch COGIP Game Planner.

During installation of cogip-tools, setuptools is configured to create the cogip-planner script using this function as entrypoint.

Source code in cogip/tools/planner/__main__.py
212
213
214
215
216
217
218
219
def main():
    """
    Launch COGIP Game Planner.

    During installation of cogip-tools, `setuptools` is configured
    to create the `cogip-planner` script using this function as entrypoint.
    """
    typer.run(main_opt)