blob: c16dacfe3b95666bf9724bf03d81369dbb608ce6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//
// Copyright 2020 Ettus Research, a National Instruments Brand
//
// SPDX-License-Identifier: GPL-3.0-or-later
//
#pragma once
#include <pybind11/pybind11.h>
void export_property_tree(pybind11::module& m);
|