poppy/cdn/transport/__init__.py
2014-07-18 16:52:12 -04:00

9 lines
128 B
Python

"""CDN Transport Drivers"""
from cdn.transport import base
# Hoist into package namespace
Driver = base.TransportDriverBase