8fb5fe5 84b70e9
1
2
3
4
5
6
7
def evaluate_submission(file_path): # TODO: dynamically import the class from file_path # and validate its methods or behavior # Then compute and return a score (float/int) return 42.0 # Dummy score