| 1 | import { Mesh2MotionEngine } from './Mesh2MotionEngine' |
| 2 | |
| 3 | export class CustomModelUploadBootstrap { |
| 4 | private readonly mesh2motion_engine: Mesh2MotionEngine |
| 5 | |
| 6 | constructor () { |
nothing calls this directly
no outgoing calls
no test coverage detected