Quagmire1's picture
Upload folder using huggingface_hub
41f6dd8 verified
#pragma once
#include <string>
typedef std::string Property;
/*
class Property
{
public:
std::string str;
};
*/