#pragma once #include #include "Identity.hh" #include "Message.hh" #include namespace pEp { namespace PythonAdapter { extern PEP_SESSION session; void _throw_status(PEP_STATUS status); } }