mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
15 lines
370 B
Python
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
|