Skip to content

__main__

main() #

Launch COGIP Camera Tools.

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

Source code in cogip/tools/camera/__main__.py
45
46
47
48
49
50
51
52
def main():
    """
    Launch COGIP Camera Tools.

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