Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pygame mute import message

import contextlib
with contextlib.redirect_stdout(None):
    import pygame
 
PREVIOUS NEXT
Tagged: #pygame #mute #import #message
ADD COMMENT
Topic
Name
3+2 =