9 lines
128 B
Python
9 lines
128 B
Python
|
|
"""CDN Transport Drivers"""
|
|
|
|
from cdn.transport import base
|
|
|
|
|
|
# Hoist into package namespace
|
|
Driver = base.TransportDriverBase
|