#!python

from cauldron.cli.shell import CauldronShell

if __name__ == '__main__':
    CauldronShell().cmdloop()
