Files
Hotel-Booking/Backend/venv/lib/python3.12/site-packages/PIL/__main__.py
Iliyan Angelov 62c1fe5951 updates
2025-12-01 06:50:10 +02:00

8 lines
133 B
Python

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