"""Make the CLI runnable using python -m aiovlc.""" from .cli import app app(prog_name="aiovlc")