diff --git a/beamtime/electrochemistry/plot.py b/beamtime/electrochemistry/plot.py new file mode 100644 index 0000000..514b463 --- /dev/null +++ b/beamtime/electrochemistry/plot.py @@ -0,0 +1,5 @@ +import matplotlib.pyplot as plt + +print('test') + +print('test2') \ No newline at end of file