import { Set } from '../../interfaces' import serie from '../Black & White' const bwp: Set = { id: "bwp", name: { en: "Promo", fr: "Cartes Promo" }, serie: serie, tcgOnline: "PR-BLW", cardCount: { total: 101, official: 101 }, releaseDate: "2011-04-26", legal: { standard: false, expanded: true }, } export default bwp