import { Context } from '../context'; import { Handler } from './Handler'; export function createHandler() { return new Handler(); }