8 lines
167 B
Python
8 lines
167 B
Python
"""
|
|
In-memory reference Storage Driver for Marconi.
|
|
|
|
Useful for automated testing and for prototyping storage driver concepts.
|
|
"""
|
|
|
|
from .driver import Driver # NOQA
|