Develop a program to keep track on the library books inventory system for the library administrator.
Your program should allow the admin to add and edit books’ details such is ISBN, title, author, publisher, date of publication, etc.
The admin staff can create accounts for library user to perform functions like loan and return of books where everyone can borrow up to 5 books and the loan period is one week from the day he/she borrow the book.
-4