1#!/usr/bin/env python2
2
3import sz_driver
4
5if __name__ == '__main__':
6  sz_driver.run(is_cpp=False)
7