[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, Iterator, Sequence, Union, Iterable
from typing import Any
from collections.abc import Iterator, Sequence, Iterable
from .entities import DXFEntity
class BaseLayout: