BarGaugeSizing🔗Allows for the bar gauge size to be set explicitlyDefinition🔗class BarGaugeSizing(enum.StrEnum): """ Allows for the bar gauge size to be set explicitly """ AUTO = "auto" MANUAL = "manual"