X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/09495b1a01a9f5a0b4f74efc9234f2afbc83277a..10177b445c97cc328e1fa4cf7849594a2a4541b5:/pokedex/lookup.py?ds=sidebyside diff --git a/pokedex/lookup.py b/pokedex/lookup.py index f35e335..5287c72 100644 --- a/pokedex/lookup.py +++ b/pokedex/lookup.py @@ -58,6 +58,7 @@ class PokedexLookup(object): for cls in ( tables.Ability, tables.Item, + tables.Location, tables.Move, tables.Pokemon, tables.Type,