""" 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 ) __all__ = ('AuthPlugin', 'ConverterPlugin', 'FormatterPlugin', 'TransportPlugin')
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 299 B | 0644 |
|
base.py | File | 4.25 KB | 0644 |
|
builtin.py | File | 1.49 KB | 0644 |
|
manager.py | File | 2.4 KB | 0644 |
|
registry.py | File | 520 B | 0644 |
|