| Current Path : /proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/PIL/ |
| Current File : //proc/self/root/usr/local/python-3.13/lib/python3.13/site-packages/PIL/__main__.py |
from __future__ import annotations import sys from .features import pilinfo pilinfo(supported_formats="--report" not in sys.argv)