osm-labo/venv/lib/python3.12/site-packages/PIL/__main__.py
2025-08-31 12:29:41 +02:00

7 lines
133 B
Python

from __future__ import annotations
import sys
from .features import pilinfo
pilinfo(supported_formats="--report" not in sys.argv)