Files
odoo-stubs/odoo-stubs/report/render/__init__.pyi
Trinh Anh Ngoc f3b411f2ad isort + black
2023-05-18 21:37:47 +07:00

15 lines
370 B
Python

from typing import Any
from PIL import Image as Image
from .render import render as render
from .rml import html2html as html2html
from .rml import makohtml2html as makohtml2html
from .rml import odt2odt as odt2odt
from .rml import rml as rml
from .rml import rml2html as rml2html
from .rml import rml2txt as rml2txt
from .simple import simple as simple
_logger: Any