mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
9 lines
99 B
Python
9 lines
99 B
Python
from typing import Any
|
|
|
|
unites: Any
|
|
dizaine: Any
|
|
centaine: Any
|
|
mille: Any
|
|
|
|
def int_to_text(i): ...
|