Skip to content

__main__

main() #

Launch COGIP Beacon Dashboard.

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

Source code in cogip/tools/dashboard_beacon/__main__.py
63
64
65
66
67
68
69
70
def main():
    """
    Launch COGIP Beacon Dashboard.

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