//
// 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);