#!/usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK
from xmm import cli


if __name__ == "__main__":
    cli.main()
