Module PythonFrontend

module FFI : sig ... end

This file is about translating Python3.8 code objects into an OCaml representation. Some interesting readings:

module PyIR : sig ... end
module PyIRExec : sig ... end