Fix API compatibility and add user/role/permission and asset import/export
This commit is contained in:
6
backend/app/utils/__init__.py
Normal file
6
backend/app/utils/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
工具模块
|
||||
"""
|
||||
from app.utils.redis_client import redis_client, init_redis, close_redis, RedisClient
|
||||
|
||||
__all__ = ["redis_client", "init_redis", "close_redis", "RedisClient"]
|
||||
Reference in New Issue
Block a user