This project is about Simple Automation Search by using python script.
You can see all the script in modules which contains 6 scripts they are:
- LibraryItem.py <<-- Parent Class
- book.py <<-- Child Class
- catalog.py <<-- Child Class
- cd.py <<-- Child Class
- dvd.py <<-- Child Class
- magazine.py <<-- Child Class
main.py is the main script I created to test Automation Search.
All the scipts were written in visual code studio.