summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/generators/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tuning/libtuning/generators/__init__.py')
-rw-r--r--utils/tuning/libtuning/generators/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/tuning/libtuning/generators/__init__.py b/utils/tuning/libtuning/generators/__init__.py
new file mode 100644
index 00000000..f28b6149
--- /dev/null
+++ b/utils/tuning/libtuning/generators/__init__.py
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
+
+from libtuning.generators.raspberrypi_output import RaspberryPiOutput
+from libtuning.generators.yaml_output import YamlOutput