memgraph/include/storage/model/property_model.hpp

10 lines
121 B
C++
Raw Normal View History

2015-12-06 23:37:42 +08:00
#pragma once
#include "storage/model/properties/properties.hpp"
2015-12-06 23:37:42 +08:00
class PropertyModel
{
public:
Properties props;
};