import { Card } from "../models/Card" export class StubLib { public getCards(): Card[] { const NOUNOURS_LIST : Card[] = [ ] return NOUNOURS_LIST } }