4 lines
84 B
Python
4 lines
84 B
Python
from enum import IntEnum
|
|
|
|
class TextEntityAlignment(IntEnum):
|
|
BOTTOM_LEFT = ...
|