#ifndef _PyShellTest_PyShellTest_h #define _PyShellTest_PyShellTest_h #include #include using namespace Upp; #define LAYOUTFILE #include class PyShellTest : public WithPyShellTestLayout { public: typedef PyShellTest CLASSNAME; PyShellTest(); ~PyShellTest(); void StartNew(); protected: PyShell ps; }; #endif