angrybeanie_wagtail/env/lib/python3.12/site-packages/PIL/__main__.py

8 lines
133 B
Python
Raw Normal View History

2025-07-25 21:32:16 +10:00
from __future__ import annotations
import sys
from .features import pilinfo
pilinfo(supported_formats="--report" not in sys.argv)