Files
zaqar/marconi/storage/reference/__init__.py
Kurt Griffiths ef5d1f9480 doc: Make file headings consistent, and update docstrings per the proposed HACKING guide
Change-Id: I593bc9e6cff83307dca3d87f052872a7819d6a0b
2013-03-05 16:45:52 -05:00

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