Update to full command-line.

This commit is contained in:
Mikaël Capelle
2024-04-13 11:59:34 +02:00
parent 9ed044859b
commit cc8e80b219
10 changed files with 1047 additions and 89 deletions

View File

@@ -0,0 +1 @@
def convert(*images: list[str] | str) -> bytes | None: ...