#!/usr/libexec/platform-python -s

import sys
from boom.command import main

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