This is a simple Python Object-Oriented Programming (OOP) project for managing a coffee shop's customers, coffee types, and orders. It demonstrates OOP principles such as classes, attributes, methods, ...