From 663edde231af9ad4a782c5438027ef7f839806ea Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 14 Oct 2024 02:23:10 +0200 Subject: package with python --- metchart/plotter/debug_data.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 metchart/plotter/debug_data.py (limited to 'metchart/plotter/debug_data.py') 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 [] -- cgit v1.2.3