mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
|
|
{
|
|
let modulDir = "entities/graph/";
|
|
|
|
doInclude ([
|
|
include ("shared/point.js"),
|
|
include ("entities/edge/api/index.js"),
|
|
include ("entities/vertex/api/index.js"),
|
|
include ("model/Graph.js", modulDir)
|
|
])
|
|
} |