Avasam
2023-04-14 02:19:33 -04:00
committed by GitHub
parent 6f35e8d9fa
commit f66769a6f5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version = "9.4.*"
version = "9.5.*"
[tool.stubtest]
stubtest_requirements = ["olefile"]

View File

@@ -54,6 +54,8 @@ class ImageDraw:
fill: _Ink | None = None,
outline: _Ink | None = None,
width: float = 1,
*,
corners: tuple[bool, bool, bool, bool] | None = None,
) -> None: ...
def text(
self,