summaryrefslogtreecommitdiff
path: root/src/android/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/data')
0 files changed, 0 insertions, 0 deletions
Parser class YamlParser(Parser): def __init__(self): super().__init__() # \todo Implement this (it's fine for now as we don't need a config for # rkisp1 LSC, which is the only user of this so far) def parse(self, config_file: str, modules: list) -> (dict, list): return {}, []