sleepyhead111's picture
Add files using upload-large-folder tool
99f07cf verified
#pragma once
#include <string>
typedef std::string Property;
/*
class Property
{
public:
std::string str;
};
*/