#!/usr/bin/env python import sys sys.dont_write_bytecode = True from lit.main import main if __name__=='__main__': main()