mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
cd085cbc0d
Fix #925
10 lines
230 B
Python
10 lines
230 B
Python
"""
|
|
WARNING: The plugin API is still work in progress and will
|
|
probably be completely reworked in the future.
|
|
|
|
"""
|
|
from httpie.plugins.base import (
|
|
AuthPlugin, FormatterPlugin,
|
|
ConverterPlugin, TransportPlugin
|
|
)
|