import { KT } from 'kt-core';
import { MyPlugin } from './MyPlugin';
KT.Module('MyPlugin', MyPlugin);

export { MyPlugin };
