mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-11 10:53:45 +01:00
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
TCAD = {};
|
|
|
|
TCAD.App = function() {
|
|
|
|
this.viewer = new TCAD.Viewer();
|
|
this.ui = new TCAD.UI();
|
|
|
|
}
|