[docs] class ListStyle: """ Enum class with styles for lists """ decimal = True bullet = False
Contents: