Pesan Impor Mute Pygame

import contextlib
with contextlib.redirect_stdout(None):
    import pygame
grimmigerFuchs