File indexing completed on 2024-04-21 14:55:20

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())