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