diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-14 02:23:10 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-14 02:23:10 +0200 |
commit | 663edde231af9ad4a782c5438027ef7f839806ea (patch) | |
tree | 3e0d6745e5b1c633a76e404a56b734caddcf6b37 /plotter/debug_data.py | |
parent | 9e5f1d17a4b0165bd4a3218ca24a159012ea49bd (diff) | |
download | meteo_toolbox-663edde231af9ad4a782c5438027ef7f839806ea.tar.gz |
package with python
Diffstat (limited to 'plotter/debug_data.py')
-rw-r--r-- | plotter/debug_data.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plotter/debug_data.py b/plotter/debug_data.py deleted file mode 100644 index 560d13c..0000000 --- a/plotter/debug_data.py +++ /dev/null @@ -1,4 +0,0 @@ -def run(data, **kwargs): - print(data) - - return [] |