This file will become your README and also the index of your documentation.
pip install nbdev-demo
This library provides a
[`Card`](https://Deufel.github.io/nbdev_demo/card.html#card)
class
you can use to display, and compare playing cards:
Card(suit=1,rank=4)
4♦️
Suits are numbered according to this list:
suits
['♣️', '♦️', '♥️', '♠️']