[ezdxf] add stubs
This commit is contained in:
parent
ff8ca92963
commit
4332cf14c0
3 changed files with 8 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue