This commit is contained in:
leo
2023-12-31 15:50:28 +08:00
commit d36f0b05ca
11 changed files with 230 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