Skip to content

__main__

main() #

Launch COGIP Copilot.

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

Source code in cogip/tools/copilot/__main__.py
108
109
110
111
112
113
114
115
def main():
    """
    Launch COGIP Copilot.

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