#ifndef PYTHONIC_BUILTIN_INDENTATIONERROR_HPP #define PYTHONIC_BUILTIN_INDENTATIONERROR_HPP #include "pythonic/include/builtins/IndentationError.hpp" #include "pythonic/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_IMPL(IndentationError) } PYTHONIC_NS_END #endif