blob: a2fe9d333b4c804a723610d08295172e388dfcf2 [file] [log] [blame]
Patrick Venture00887592018-12-11 10:57:06 -08001#include "blob_handler.hpp"
2
3std::vector<std::string> BlobHandler::getBlobList()
4{
5 return {};
6}