diff --git a/compute.py b/compute.py index 9a7bc55..645cf1f 100644 --- a/compute.py +++ b/compute.py @@ -1,3 +1,5 @@ +# created by Chatgpt + from typing import List import math from tabulate import tabulate diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e03af48 Binary files /dev/null and b/requirements.txt differ