Intelegentny_Pszczelarz/.venv/Lib/site-packages/pygame/tests/sndarray_tags.py

13 lines
190 B
Python
Raw Normal View History

2023-03-18 12:55:22 +01:00
__tags__ = ["array"]
exclude = False
try:
import pygame.mixer
import numpy
except ImportError:
exclude = True
if exclude:
__tags__.extend(("ignore", "subprocess_ignore"))