aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/token.h
blob: cef4f27bc830cece3168d511989cc1eae27e3b3e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/src/Include/token.h>
#else
#include <contrib/tools/python/src/Include/token.h>
#endif