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

import sys
from boom.command import main

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

