#ifndef _PyTest_PyTest_h #define _PyTest_PyTest_h #include #include using namespace Upp; void SimpleCall(); void EmbedPython(); void ExtendPython(); void DestroyNewModule(); #endif