Portal/rsconcept/frontend/src/models/TMGraph.ts

8 lines
104 B
TypeScript
Raw Normal View History

2024-10-31 15:20:50 +03:00
/**
* Module: Multi-graph for typifications.
*/
export class TMGraphNode {}
export class TMGraph {}