module;
#include <string>
#include <vector>
export module shadow_utils;
export std::vector<std::string> explode(const std::string& s, const char& c);