aboutsummaryrefslogtreecommitdiff
path: root/metchart/plotter/debug_data.py
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-14 02:23:10 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-14 02:23:10 +0200
commit663edde231af9ad4a782c5438027ef7f839806ea (patch)
tree3e0d6745e5b1c633a76e404a56b734caddcf6b37 /metchart/plotter/debug_data.py
parent9e5f1d17a4b0165bd4a3218ca24a159012ea49bd (diff)
downloadmeteo_toolbox-663edde231af9ad4a782c5438027ef7f839806ea.tar.gz
package with python
Diffstat (limited to 'metchart/plotter/debug_data.py')
-rw-r--r--metchart/plotter/debug_data.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/metchart/plotter/debug_data.py b/metchart/plotter/debug_data.py
new file mode 100644
index 0000000..560d13c
--- /dev/null
+++ b/metchart/plotter/debug_data.py
@@ -0,0 +1,4 @@
+def run(data, **kwargs):
+ print(data)
+
+ return []