17 from .Ui_FlaskPage import Ui_FlaskPage |
17 from .Ui_FlaskPage import Ui_FlaskPage |
18 |
18 |
19 import UI.PixmapCache |
19 import UI.PixmapCache |
20 |
20 |
21 |
21 |
|
22 # TODO: add selection for the ANSI color scheme (see MicroPython) |
22 class FlaskPage(ConfigurationPageBase, Ui_FlaskPage): |
23 class FlaskPage(ConfigurationPageBase, Ui_FlaskPage): |
23 """ |
24 """ |
24 Class implementing the Flask configuration page. |
25 Class implementing the Flask configuration page. |
25 """ |
26 """ |
26 def __init__(self, plugin): |
27 def __init__(self, plugin): |