alfulanny commited on
Commit
d46bc52
·
verified ·
1 Parent(s): 118d71b

Update evaluation_client.py

Browse files
Files changed (1) hide show
  1. evaluation_client.py +1 -0
evaluation_client.py CHANGED
@@ -1,4 +1,5 @@
1
  """
 
2
 
3
  Implements: GET /questions, GET /random-question, GET /files/{task_id}, POST /submit
4
 
 
1
  """
2
+ Client for the Unit 4 scoring API used by the course (GAIA subset).
3
 
4
  Implements: GET /questions, GET /random-question, GET /files/{task_id}, POST /submit
5