This commit is contained in:
klein panic
2024-10-01 20:14:14 -04:00
parent b3e876bd4c
commit da9156aaa3
2243 changed files with 384830 additions and 148 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import annotations
import sys
from .features import pilinfo
pilinfo(supported_formats="--report" not in sys.argv)