Skip to content

__main__

main() #

Launch COGIP SCServo Tools.

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

Source code in cogip/tools/scservo/__main__.py
65
66
67
68
69
70
71
72
def main():
    """
    Launch COGIP SCServo Tools.

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