[ezdxf] add stubs

This commit is contained in:
jan 2026-02-16 20:48:26 -08:00
commit 4332cf14c0
3 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,5 @@
from typing import Any, TextIO, Iterable
from typing import Any, TextIO
from collections.abc import Iterable
from .layouts import Modelspace, BlockRecords
class Drawing: