aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/node/pybind/node.h
blob: 25bf736ff0020c01b8b36916452a16500ab684b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <Python.h>

#include <library/cpp/yson/node/node.h> 

namespace NYT {
    PyObject* BuildPyObject(const TNode& val);
}