import { mid } from './mid' import { secondmidleaf } from './leafs/secondmidleaf' export function start() { mid() secondmidleaf() }