import { BasePlugin } from './basePlugin';


export function createBasePlugin() {
    return new BasePlugin();
}