first stage of dynamic UI

This commit is contained in:
Mike
2019-11-07 22:48:42 -05:00
parent d164850def
commit 9fafc0b228
8 changed files with 141 additions and 22 deletions

View File

@@ -2,6 +2,7 @@ class Config:
"""Main System Configuration"""
def __init__(self):
self.book_path = "books/"
self.TITLE = "pyShelf E-Book Server"
self.book_shelf = "data/shelf.json"
self.catalogue_db = "data/catalogue.db"
self.file_array = [