jsketcher/web/app/cad/tpiPlugin.js
2018-01-23 01:13:56 -08:00

8 lines
No EOL
139 B
JavaScript

import TPI from './tpi'
/*
* TPI stands for the Test Program Interface
*/
export function activate({services}) {
services.TPI = TPI;
}