Start of ebook parser

This commit is contained in:
BasioMeusPuga
2017-11-06 13:32:17 +05:30
parent f3d748f5dd
commit 263b3742ee
2 changed files with 67 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ class DatabaseFunctions:
# database at time of closing
self.database.commit()
def add_to_database(self, book_data, image_data):
pass