8 lines
173 B
Python
8 lines
173 B
Python
from __future__ import absolute_import
|
|
|
|
from common.utils import load_backend
|
|
|
|
from .settings import SHARED_STORAGE
|
|
|
|
shared_storage_backend = load_backend(SHARED_STORAGE)()
|