k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { Object3D } from './../core/Object3D';
// Objects //////////////////////////////////////////////////////////////////////////////////
export class Bone extends Object3D {
constructor();
readonly isBone: true;
type: 'Bone';
}