vnpy/binding/generator/templates/class.cpp
2019-01-23 03:41:03 -04:00

14 lines
251 B
C++

#include <iostream>
#include <string>
#include <pybind11/pybind11.h>
#include "dispatcher.hpp"
#include "property_helper.hpp"
#include "wrapper_helper.hpp"
#include "wrappers.hpp"
#include "class_generators.h"
$includes
$class_generator_definition