This code defines a media management system with classes for movies, TV series, and a media catalogue. It includes validation for media attributes and custom exceptions for error handling.
Uses Python3 with classes and validation for media attributes.
Copy main.py into the text editor. If using terminal, use the command python3 main.py and press Enter to run.