mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-10 09:16:17 +03:00
8 lines
136 B
Python
8 lines
136 B
Python
from __future__ import annotations
|
|
|
|
import sys
|
|
|
|
from .features import pilinfo
|
|
|
|
pilinfo(supported_formats="--bugreport" not in sys.argv)
|