From afcb8ccecad9df35f9488ce974aaac749a3ebd1a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 27 Feb 2020 17:57:54 +0000 Subject: [PATCH] Rename file --- calibrestekje/bindings.py | 5 ----- calibrestekje/calibrestekje.py | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 calibrestekje/bindings.py create mode 100644 calibrestekje/calibrestekje.py diff --git a/calibrestekje/bindings.py b/calibrestekje/bindings.py deleted file mode 100644 index b6aaec3..0000000 --- a/calibrestekje/bindings.py +++ /dev/null @@ -1,5 +0,0 @@ -"""SQLAlchemy generated bindings for the Calibre database schema.""" - -from sqlalchemy.ext.declarative import declarative_base - -Base = declarative_base() diff --git a/calibrestekje/calibrestekje.py b/calibrestekje/calibrestekje.py new file mode 100644 index 0000000..d18270e --- /dev/null +++ b/calibrestekje/calibrestekje.py @@ -0,0 +1 @@ +"""Calibre database bindings for library prototyping."""