File indexing completed on 2024-05-12 04:22:35

0001 # By Simon Edwards <simon@simonzone.com>
0002 #
0003 # SPDX-License-Identifier: CC-PDDC
0004 #
0005 
0006 import py_compile
0007 import sys
0008 sys.exit(py_compile.main())