aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/lib/test.h
blob: 1bf824ebea83cb6084598528313b1c955db53a14 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

class TTestPyInvoker {
public:
    TTestPyInvoker();
    const char* GetVersion();
};