summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/parsers/__init__.py
blob: 022c1e5d66f5b2bf658ad9679e1ade840b239817 (plain)
1
2
3
4
5
6
# 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