#pragma once

#include <string>

namespace utils
{
std::string gen_uuid();
}