1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00
Files
httpie-cli/httpie/plugins/__init__.py
Mickaël Schoentgen a3a08a9a22 Use relative imports (#1057)
* Use relative imports in test

* Use relative imports

* Add myself to contributors :)
2021-05-05 14:13:39 +02:00

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
)