#!/usr/bin/env python

from crucible.commands import Main

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