memgraph/include/storage/model/property_model.hpp
2016-08-10 09:39:02 +01:00

10 lines
121 B
C++

#pragma once
#include "storage/model/properties/properties.hpp"
class PropertyModel
{
public:
Properties props;
};