//namespace plugh {

class XX: otf::WrapPy<XX> {
	XX();
	~XX();
public:
	int	i();
};

//}
