1 2 3 4 5 6 7 8 9
#!/usr/bin/env python import sys sys.dont_write_bytecode = True from lit.main import main if __name__=='__main__': main()