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

8 lines
132 B
Python

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