#!python
"""An interactive RCON shell."""

from mcipc.cli.rconshell import main


if __name__ == '__main__':
    main()
