mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
a3a08a9a22
* Use relative imports in test * Use relative imports * Add myself to contributors :)
10 lines
216 B
Python
10 lines
216 B
Python
"""
|
|
WARNING: The plugin API is still work in progress and will
|
|
probably be completely reworked in the future.
|
|
|
|
"""
|
|
from .base import (
|
|
AuthPlugin, FormatterPlugin,
|
|
ConverterPlugin, TransportPlugin
|
|
)
|