import { BaseGatePlugin } from './baseGatePlugin';


export function createBaseGatePlugin() {
    return new BaseGatePlugin();
}