#!/usr/bin/python

import sys
from pybythec import main

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