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