python_stub.h 56 B

1234
  1. #pragma once
  2. struct _object;
  3. using PyObject = _object;