# Copyright © 2025 Apple Inc.

if __name__ == "__main__":
    from . import cli

    cli.main()
