const Programa = require('../../db/tablas/Status'); const get = async () => Programa.findAll(); module.exports = get;