mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
muting pygame's hello message (#116)
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#
|
||||
|
||||
import numpy as np
|
||||
import pygame
|
||||
import contextlib
|
||||
with contextlib.redirect_stdout(None):
|
||||
import pygame
|
||||
from pygame.locals import HWSURFACE, DOUBLEBUF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user