From 76b092ad681f9b76171e9a744a33ebac08fa577e Mon Sep 17 00:00:00 2001 From: CakeCN Date: Sun, 14 Sep 2025 13:52:24 +0800 Subject: [PATCH] judge callable --- Html/apps/utils/chapterUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/apps/utils/chapterUtil.py b/Html/apps/utils/chapterUtil.py index 5f61098..b6859e4 100644 --- a/Html/apps/utils/chapterUtil.py +++ b/Html/apps/utils/chapterUtil.py @@ -1,5 +1,5 @@ from typing import Callable, Any -from AlgoriAgent.projects.algoriAgent.tools.judge_tools import judge +from ..function_tools import judge CHAPTER_FINISH = 0 CHAPTER_FOCUS = 1