import { importFiness } from './helpers/finess.js' async function main() { importFiness() } main()