fix missing next_chapter

This commit is contained in:
CakeCN
2025-09-11 21:43:43 +08:00
parent 8936a1af1a
commit 15de417b5c

View File

@@ -1,2 +1,3 @@
from . import judge
from .function_manager import FunctionManager
from .judge import judge
from .chapter import next_chapter
from .function_manager import FunctionManager