This commit is contained in:
leo
2023-12-31 16:11:21 +08:00
commit 8fd4948ee4
14 changed files with 315 additions and 0 deletions

2
app/core/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .config import settings
from .redis_ import kv_redis_client, redis_client