Removed whitespace & Added TODO list

This commit is contained in:
Mike
2019-10-06 16:51:53 -04:00
parent 73e4ab0cd9
commit f0b461ab0b

View File

@@ -9,6 +9,10 @@ from library import Catalogue
config = Config() # Get configuration settings
InitFiles(config.file_array) # Initialize file system
Catalogue = Catalogue() # Open the Catalogue
# This only needs to be run on first run, & when new books are added
Epub().import_books() # Filter Your books
# TODO Implement file tracking system to avoid processing already tracked books
# TODO Figure out a system to get books page count
# TODO Update testing
# TODO Update Documentation
# TODO Requirements.txt