Skip to content

__main__

main() #

Launch COGIP SocketIO beacon server.

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

Source code in cogip/tools/server_beacon/__main__.py
68
69
70
71
72
73
74
75
def main():
    """
    Launch COGIP SocketIO beacon server.

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