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

8 lines
135 B
Python
Raw Permalink Normal View History

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