FieldTextAlignment🔗TODO -- should not be table specific!TODO docsDefinition🔗class FieldTextAlignment(enum.StrEnum): """ TODO -- should not be table specific! TODO docs """ AUTO = "auto" LEFT = "left" RIGHT = "right" CENTER = "center"