feat: abstract cache class implementation

This commit is contained in:
Relakkes
2024-06-02 11:16:18 +08:00
parent 93dbc15f0f
commit 6c4116f240
8 changed files with 221 additions and 14 deletions

View File

@@ -3,8 +3,8 @@
# @Time : 2024/1/14 21:34
# @Desc :
from typing import List
import re
from typing import List
import config