2.0.0
- Switched to explicit model-view-controller organization
model.py
contains classes that store the Pokemon dataview.py
renamed fromdisplaying.py
- Removed
parsing.py
- Allows easier library usage
- Should also make it easier to fit different datasets in the future
- Switched to
PokemonType
enum to represent Pokemon typesTypeDefenses
is a dictionary ofPokemonType
tofloat