jsketcher/web/app/cad/model/mobject.js
2018-07-02 00:12:57 -07:00

8 lines
50 B
JavaScript

export class MObject {
id;
ext = {}
}