1#pragma once
2#include <torch/csrc/python_headers.h>
3
4PyObject* torch_c_dynamo_guards_init();
5