mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
refactor: 请求处理控制流基础架构
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import annotations
|
||||
|
||||
import mirai
|
||||
|
||||
from ...boot import app
|
||||
from ...core import app
|
||||
from . import entities, rule
|
||||
from .rules import atbot, prefix, regexp, random
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import abc
|
||||
|
||||
import mirai
|
||||
|
||||
from ...boot import app
|
||||
from ...core import app
|
||||
from . import entities
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user