1#pragma once
2#include <Python.h>
3
4extern "C" {
5PyObject* torch_c_dynamo_eval_frame_init(void);
6}
7