smartguard/ts/smartguard.classes.blockhandler.ts

8 lines
115 B
TypeScript
Raw Normal View History

2019-08-07 14:31:53 +00:00
import * as plugins from './smartguard.plugins';
/**
* a block handler is used
*/
export class BlockHandler {
}