from IFileService import IFileService class CsvService(IFileService): def save(self, filePath, videoList): raise NotImplementedError