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 28
28
pass # No harm if the module isn't located
29
29
import displayio
30
30
31
+ __version__ = "0.0.0-auto.0"
32
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
33
+
31
34
32
35
class ProgressBarBase (displayio .TileGrid ):
33
36
"""The base class for dynamic progress bar widgets.
Original file line number Diff line number Diff line change 27
27
pass # Not needed for execution
28
28
from . import ProgressBarBase
29
29
30
+ __version__ = "0.0.0-auto.0"
31
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
32
+
30
33
31
34
# pylint: disable=too-few-public-methods
32
35
class HorizontalFillDirection :
Original file line number Diff line number Diff line change 24
24
# imports
25
25
from adafruit_progressbar .horizontalprogressbar import HorizontalProgressBar
26
26
27
+ __version__ = "0.0.0-auto.0"
28
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
27
29
28
30
# pylint: disable=too-many-arguments, too-few-public-methods
29
31
class ProgressBar (HorizontalProgressBar ):
Original file line number Diff line number Diff line change 28
28
from . import ProgressBarBase
29
29
from .horizontalprogressbar import HorizontalProgressBar
30
30
31
+ __version__ = "0.0.0-auto.0"
32
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git"
31
33
32
34
# pylint: disable=too-few-public-methods
33
35
class VerticalFillDirection :
You can’t perform that action at this time.
0 commit comments