import { Pg{{ className }} } from '@/infra/repos/postgres' export const make{{ className }} = (): Pg{{ className }} => { return new Pg{{ className }}() }