File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2828 pass # No harm if the module isn't located
2929import displayio
3030
31+ __version__ = "0.0.0-auto.0"
32+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
33+
3134
3235class ProgressBarBase (displayio .TileGrid ):
3336 """The base class for dynamic progress bar widgets.
Original file line number Diff line number Diff line change 2727 pass # Not needed for execution
2828from . import ProgressBarBase
2929
30+ __version__ = "0.0.0-auto.0"
31+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
32+
3033
3134# pylint: disable=too-few-public-methods
3235class HorizontalFillDirection :
Original file line number Diff line number Diff line change 2424# imports
2525from adafruit_progressbar .horizontalprogressbar import HorizontalProgressBar
2626
27+ __version__ = "0.0.0-auto.0"
28+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
2729
2830# pylint: disable=too-many-arguments, too-few-public-methods
2931class ProgressBar (HorizontalProgressBar ):
Original file line number Diff line number Diff line change 2828from . import ProgressBarBase
2929from .horizontalprogressbar import HorizontalProgressBar
3030
31+ __version__ = "0.0.0-auto.0"
32+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
3133
3234# pylint: disable=too-few-public-methods
3335class VerticalFillDirection :
You can’t perform that action at this time.
0 commit comments