Projekt_AI-Automatyczny_saper/venv/Lib/site-packages/pygame/tests/image_tags.py

8 lines
132 B
Python
Raw Permalink Normal View History

2021-03-13 21:16:35 +01:00
__tags__ = []
import pygame
import sys
if "pygame.image" not in sys.modules:
__tags__.extend(("ignore", "subprocess_ignore"))