Problem
Create a registration system where the user can create a class by name like API-123 Python Programming, and have a list of students registered, keep the information stored in files. Allow the user to create as many classes as they want, include maximum class size, and don't allow more students than that to register.
Write code so that in administration mode, allow create, updating, deleting classes, and printing class rosters.