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. #183
This commit is contained in:
parent
a3b27c6b10
commit
c1c1d8cb63
4 changed files with 768 additions and 7 deletions
pokedex
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue