Files
zaqar/marconi/transport/__init__.py
Kurt Griffiths 8e72773c65 feat(Kernel): Demonstrate wiring up endpoints
Add just enough code to show how the kernel might use endpoint controllers
as the uniform interface between transport and storage drivers.

Change-Id: Id359986a4e45850266e64b06dae4544b52c8f93c
Implements: blueprint endpoints
2013-02-27 14:06:34 +01:00

4 lines
79 B
Python

""" Marconi Transport Modules """
from .driver_base import DriverBase # NOQA