diff options
Diffstat (limited to 'plotter/debug_data.py')
-rw-r--r-- | plotter/debug_data.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plotter/debug_data.py b/plotter/debug_data.py new file mode 100644 index 0000000..560d13c --- /dev/null +++ b/plotter/debug_data.py @@ -0,0 +1,4 @@ +def run(data, **kwargs): + print(data) + + return [] |