14 lines
186 B
C++
14 lines
186 B
C++
|
#pragma once
|
||
|
|
||
|
#include <pybind11/pybind11.h>
|
||
|
|
||
|
#include "dispatcher.hpp"
|
||
|
#include "property_helper.hpp"
|
||
|
#include "wrapper_helper.hpp"
|
||
|
|
||
|
#include "class_generators.h"
|
||
|
|
||
|
$includes
|
||
|
|
||
|
$wrappers
|