
Add admin command for db schema upgrade/downgrade/etc. Move alembic migrations so above can find them when installed as a package. Fix up packaging to use setup.cfg and pbr. Flesh out README.
5 lines
112 B
Python
5 lines
112 B
Python
from winchester.db.interface import DuplicateError, LockError
|
|
from winchester.db.interface import DBInterface
|
|
|
|
|