File indexing completed on 2024-04-28 11:35:51

0001 # By Simon Edwards <simon@simonzone.com>
0002 # This file is in the public domain.
0003 import py_compile, sys
0004 sys.exit(py_compile.main())