add TMP1075 dev prompt

This commit is contained in:
2023-02-06 14:27:00 +01:00
parent 5e27a22a85
commit b474841d69
5 changed files with 27 additions and 14 deletions

View File

@ -6,13 +6,13 @@
@date 13.02.2021
"""
import logging
from typing import Tuple, Dict
_LOGGER = logging.getLogger(__name__)
class InputHelper:
def __init__(self, menu: dict):
def __init__(self, menu: Dict[str, Tuple[str, ...]]):
"""
@brief Constructor
@param menu The menu describing the input options