from src.report import total
assert_equal(total([2, 3]), 5)
print(to_json({"schema": "course.package/v1", "total": total([2, 3])}))
