// Includes only the "core" of graphlib
module.exports = {
Graph: require("./graph"),
version: require("./version")
};