From 4bab66cfa46daed967329ecb81528e380704a324 Mon Sep 17 00:00:00 2001 From: "manuela.richter" <manuela.richter@tu-darmstadt.de> Date: Wed, 1 Feb 2023 10:30:56 +0100 Subject: [PATCH] added folder functions for project architecture --- functions/__init__.py | 0 functions/calculation_rules.py | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 functions/__init__.py create mode 100644 functions/calculation_rules.py diff --git a/functions/__init__.py b/functions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/functions/calculation_rules.py b/functions/calculation_rules.py new file mode 100644 index 0000000..5e71ad3 --- /dev/null +++ b/functions/calculation_rules.py @@ -0,0 +1,7 @@ +''' +File consists of several functions for the calculation rules of FAIR Quality KPIs +''' + + +if __name__ == "__main__": + pass \ No newline at end of file -- GitLab