mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
improved code documentation
This commit is contained in:
parent
2a70636b4d
commit
f22d985330
3 changed files with 68 additions and 10 deletions
|
@ -4,7 +4,14 @@
|
|||
# License: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
"""
|
||||
Exporter for testing and experimentation purposes
|
||||
Exporter for testing and experimentation purposes.
|
||||
|
||||
The presence of this plugin is also used as a "switch" by the test suite to
|
||||
decide on whether or not to run the "vanilla" test suite, or the test suite
|
||||
for external plugins.
|
||||
|
||||
The `export_entry` and `export_journal` methods are both purposely not
|
||||
implemented to confirm behavior on plugins that don't implement them.
|
||||
"""
|
||||
|
||||
from jrnl.plugins.base import BaseExporter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue