Rename file

This commit is contained in:
Luke Murphy 2020-02-27 17:57:54 +00:00
parent caa7276b29
commit afcb8cceca
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +0,0 @@
"""SQLAlchemy generated bindings for the Calibre database schema."""
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()

View File

@ -0,0 +1 @@
"""Calibre database bindings for library prototyping."""