#ifndef RUN_SCRIPTS_HPP #define RUN_SCRIPTS_HPP #include #include #include crow::response run_actions(const nlohmann::json &, const nlohmann::json &,const crow::request &); #endif