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

Added a big old construct-based pkm parser.

This commit is contained in:
Eevee 2010-06-17 21:43:50 -07:00
parent a3b27c6b10
commit c1c1d8cb63
4 changed files with 768 additions and 7 deletions

View file

@ -3,6 +3,7 @@ from optparse import OptionParser
import os
import sys
# XXX importing pokedex.whatever should not import all these
import pokedex.db
import pokedex.db.load
import pokedex.db.tables