#!/usr/bin/env node const { main } = require("papo"); (async () => await main())();