mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
8 lines
No EOL
139 B
JavaScript
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;
|
|
} |