From aa5c30a903e56a94f2597f28f2917b3979c2d55a Mon Sep 17 00:00:00 2001 From: "manuela.richter" <manuela.richter@tu-darmstadt.de> Date: Wed, 1 Feb 2023 10:37:12 +0100 Subject: [PATCH] added a file that should contain all classes --- functions/classes.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 functions/classes.py diff --git a/functions/classes.py b/functions/classes.py new file mode 100644 index 0000000..f024648 --- /dev/null +++ b/functions/classes.py @@ -0,0 +1,8 @@ +''' +File consists of several classes for the different elements of a device. +''' + + +if __name__ == "__main__": + print("This script contains classes for the different elements of a device. It is not to be executed independently.") + pass \ No newline at end of file -- GitLab