Add ezdxf stubs

This commit is contained in:
jan 2026-02-16 18:04:16 -08:00
commit 0f49924aa6
4 changed files with 53 additions and 0 deletions

4
stubs/ezdxf/enums.pyi Normal file
View file

@ -0,0 +1,4 @@
from enum import IntEnum
class TextEntityAlignment(IntEnum):
BOTTOM_LEFT = ...