From 7b6a1184b021616eca7e967f1e94368e96140aac Mon Sep 17 00:00:00 2001 From: Rripped Date: Mon, 16 May 2022 16:01:25 +0200 Subject: [PATCH] added scoring file --- source/scoring.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/scoring.py diff --git a/source/scoring.py b/source/scoring.py new file mode 100644 index 0000000..e842dc8 --- /dev/null +++ b/source/scoring.py @@ -0,0 +1,11 @@ +""" +script with functions for evaluating scores of users +""" +__author__ = "Florian Kellermann, Linus Eickhoff, Florian Kaiser" +__date__ = "02.05.2022" +__version__ = "0.0.1" +__license__ = "None" + +def eval_score(price, guessed_price): + return 0 +