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
39
40
41
42
43
44
45
46
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()