smartguard/ts/smartguard.classes.blockhandler.ts
2019-08-07 16:31:53 +02:00

8 lines
115 B
TypeScript

import * as plugins from './smartguard.plugins';
/**
* a block handler is used
*/
export class BlockHandler {
}