Skip to content

__main__

main() #

Launch COGIP SCServo Async Tools.

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

Source code in cogip/tools/scservo_async/__main__.py
70
71
72
73
74
75
76
77
def main():
    """
    Launch COGIP SCServo Async Tools.

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