7 lines
230 B
Python
7 lines
230 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
|
|
|
|
from libtuning.parsers.raspberrypi_parser import RaspberryPiParser
|
|
from libtuning.parsers.yaml_parser import YamlParser
|