import All from "./all"; import Get from "./get"; const allExtr = new All(); const getExtr = new Get(); export { allExtr, getExtr };