mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
6 lines
108 B
Python
6 lines
108 B
Python
def setup():
|
|
# XXX This needs to recreate the database, someday. :(
|
|
pass
|
|
|
|
def teardown():
|
|
pass
|