sp-hydra-veil-gui/myenv/lib/python3.12/site-packages/PIL/__main__.py
2026-03-29 11:11:12 -04:00

7 lines
133 B
Python

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