1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Support natures in lookup.

This commit is contained in:
Eevee 2010-04-18 22:43:33 -07:00
parent 78bff787f6
commit 55dd46fae7
2 changed files with 2 additions and 0 deletions
pokedex

View file

@ -60,6 +60,7 @@ class PokedexLookup(object):
tables.Item,
tables.Location,
tables.Move,
tables.Nature,
tables.Pokemon,
tables.Type,
)