Blob Blame History Raw
#!/usr/bin/python

import sys
from boom.command import main

if __name__ == '__main__':
    r = main(sys.argv)
    sys.exit(r)