from .cli import main

# call the CLI handler when the module is executed as `python -m openl3`
main()