mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-27 19:06:16 +01:00
8 lines
No EOL
67 B
JavaScript
8 lines
No EOL
67 B
JavaScript
|
|
export class Shell {
|
|
|
|
constructor() {
|
|
this.faces = []
|
|
}
|
|
|
|
} |