For this assignment, you will be creating a Python 3.X program which will be accessible via the command line (CLI). This application will be capable of storing and accessing a directory of things, the things of which you may choose for yourself.
After completing this assignment, you should have a solid understanding of:
- Dictionary types
- Class/Object paradigms
- Built in Python functions