Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-07-21 21:15:31 +07:00
parent e756c1a787
commit 39c4466631

View File

@@ -20,6 +20,7 @@ from .tools.translate import _ as _
from .tools.translate import _lt as _lt from .tools.translate import _lt as _lt
MIN_PY_VERSION: tuple[int, ...] MIN_PY_VERSION: tuple[int, ...]
MAX_PY_VERSION: tuple[int, ...]
evented: bool evented: bool
multi_process: bool multi_process: bool
iso8859_8: CodecInfo iso8859_8: CodecInfo