summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_flowgraph.h
blob: 8754efa511563a77956d1c9d327f68d44840b1c3 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_flowgraph.h>
#else
#error "No <internal/pycore_flowgraph.h> in Python2"
#endif