Skip to content

Libs/Python/PythonGroom.h

Functions

Name
void define_python_groom(pybind11::module_ m)

Functions Documentation

function define_python_groom

void define_python_groom(
    pybind11::module_ m
)

Source code

#pragma once

#include <pybind11/pybind11.h>

void define_python_groom(pybind11::module_ m);

Updated on 2024-05-10 at 16:25:50 +0000