diff --git a/functions/__init__.py b/functions/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/functions/calculation_rules.py b/functions/calculation_rules.py new file mode 100644 index 0000000000000000000000000000000000000000..5e71ad3866008334ca6760b70b5c63db47f41609 --- /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