manga-scans-fetcher/typings/img2pdf/__init__.pyi

2 lines
59 B
Python
Raw Normal View History

2024-04-13 09:59:34 +00:00
def convert(*images: list[str] | str) -> bytes | None: ...