mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-23 12:31:27 +00:00
6 lines
152 B
Python
6 lines
152 B
Python
from selfprivacy_api.repositories.tokens.redis_tokens_repository import (
|
|
RedisTokensRepository,
|
|
)
|
|
|
|
ACTIVE_TOKEN_PROVIDER = RedisTokensRepository()
|