Scrython/scrython/cards
Luke 804150946b
add support to class cards
With the new expansion "forgotten realms", they added a new type of cards: class cards. This is one example

[cleric class json response](https://api.scryfall.com/cards/47ce8b7e-d8e1-489a-a69e-99089eeb8739?format=json&pretty=true) and [cleric class scryfall view](https://scryfall.com/card/afr/6/cleric-class). So basically I added a one-liner to support them. Can you please merge the PR?

Thanks! 😄
2021-07-16 15:36:02 +02:00
..
__init__.py Updated subpackages to include __all__ and modified some docstrings 2018-10-28 01:48:20 -04:00
arena_id.py Updated all other docstrings to let doc_gen work properly 2018-10-26 17:24:34 -04:00
autocomplete.py Updated all other docstrings to let doc_gen work properly 2018-10-26 17:24:34 -04:00
cardid.py Updated all docs to be consistent 2018-10-28 01:09:09 -04:00
cards_object.py add support to class cards 2021-07-16 15:36:02 +02:00
collector.py Updated subpackages to include __all__ and modified some docstrings 2018-10-28 01:48:20 -04:00
mtgo.py Updated all docs to be consistent 2018-10-28 01:09:09 -04:00
multiverse.py Updated all docs to be consistent 2018-10-28 01:09:09 -04:00
named.py Fixed bug with Named 2018-10-29 16:33:21 -04:00
randomcard.py Updated all docs to be consistent 2018-10-28 01:09:09 -04:00
search.py Remove debug line. 2019-03-27 23:26:29 -05:00
tcgplayer_id.py Created tcgplayer endpoint object 2019-04-01 12:54:30 -04:00