Skip to content

__main__

main() #

Launch COGIP Dashboard.

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

Source code in cogip/tools/dashboard/__main__.py
74
75
76
77
78
79
80
81
def main():
    """
    Launch COGIP Dashboard.

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