Models a university system using object-oriented programming in Python. It loads student and course data from CSV files and stores them as objects to support queries such as GPA calculations, course enrollments, and student lookups.
Run demonstrations:
python main.pyRun tests:
python testAll.py