# included for testing, use:
# python -m ly to call the command line interface
if __name__ == "__main__":
    import sys
    from ly.cli.main import main
    sys.exit(main())
