Projekt_AI-Automatyczny_saper/venv/Lib/site-packages/pygame/tests/imageext_tags.py
2021-03-13 21:16:35 +01:00

8 lines
135 B
Python

__tags__ = []
import pygame
import sys
if "pygame.imageext" not in sys.modules:
__tags__.extend(("ignore", "subprocess_ignore"))