mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
3 lines
118 B
Python
3 lines
118 B
Python
def guess_mimetype(bin_data: str, default: str | None = ...) -> str: ...
|
|
def get_extension(filename: str) -> str: ...
|