"""Entry point for `python -m clients.terminal`."""

from clients.terminal.cli import main

if __name__ == "__main__":
    main()
