mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
4 lines
58 B
Python
4 lines
58 B
Python
from typing import Any
|
|
|
|
def merge_pdf(pdf_data: Any): ...
|