1#pragma once
2
3struct _object;
4using PyObject = _object;
5