#!/usr/bin/python

from mosclient import shell

if __name__ == '__main__':
    shell.main()
