vnpy/binding/generator/templates/wrapper_class.h
2019-01-23 03:41:03 -04:00

7 lines
61 B
C++

class Py$class_name : public $class_name
{
public:
$body
};