summaryrefslogtreecommitdiff
path: root/src/py/libcamera/pyenums_generated.cpp.in
blob: 6aaf47951c8afceb1a6a589c3acc1aaa1acf1be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2022, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
 *
 * Python bindings - Auto-generated enums
 *
 * This file is auto-generated. Do not edit.
 */

#include <libcamera/libcamera.h>

#include <pybind11/smart_holder.h>

namespace py = pybind11;

using namespace libcamera;

void init_pyenums_generated(py::module& m)
{
${enums}
}