ast.h 127 B

1234567
  1. #pragma once
  2. #ifdef USE_PYTHON3
  3. #error "No <ast.h> in Python3"
  4. #else
  5. #include <contrib/tools/python/src/Include/ast.h>
  6. #endif