From 15de417b5c621fb20a715a2558988efc35e171ac Mon Sep 17 00:00:00 2001 From: CakeCN Date: Thu, 11 Sep 2025 21:43:43 +0800 Subject: [PATCH] fix missing next_chapter --- Html/apps/function_tools/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Html/apps/function_tools/__init__.py b/Html/apps/function_tools/__init__.py index 4522ded..62e49c7 100644 --- a/Html/apps/function_tools/__init__.py +++ b/Html/apps/function_tools/__init__.py @@ -1,2 +1,3 @@ -from . import judge -from .function_manager import FunctionManager \ No newline at end of file +from .judge import judge +from .chapter import next_chapter +from .function_manager import FunctionManager