| 1 | # This script generates the bytecode classes and headers for all bytecode versions defined in `misc/bytecode_versions.json`. |
| 2 | # This is to avoid the need to manually generate the bytecode classes and headers for each bytecode version. |
| 3 | |
| 4 | import os |
nothing calls this directly
no test coverage detected