aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/lib/test.h
blob: 4bdbe672ac162054bceb857b45e8d9681b8d4dd4 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
class TTestPyInvoker { 
public: 
    TTestPyInvoker(); 
    const char* GetVersion(); 
};