TailShape

class TailShape

Bases: Enum

Enumeration of tail shape types.

Attributes Summary

FLAT

POINTED

ROUND

Attributes Documentation

FLAT = 1
POINTED = 3
ROUND = 2