#!/usr/bin/env python2.6

from crucible.commands import Main

if __name__ == "__main__":
    Main().run()
