Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 183 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 183 Bytes

Usage

Its a list of dictionaries. Each dict is a book and each book contains relevant metadata for usage.

import bible

for book in bible.BIBLE:
    print(book)