#pragma once namespace NPyBind { class TEmbedding { public: TEmbedding(char* argv0); ~TEmbedding(); }; }