memgraph/data_model/data_model.hpp

8 lines
135 B
C++
Raw Normal View History

2015-06-22 04:20:36 +08:00
#ifndef MEMGRAPH_DATA_MODEL_DATA_MODEL_HPP
#define MEMGRAPH_DATA_MODEL_DATA_MODEL_HPP
#include "node.hpp"
#include "edge.hpp"
#endif