14 lines
251 B
C++
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
|