Skip to content

Commit

Permalink
refactor: Export parsers and main function in docstrings module
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 20, 2021
1 parent cd76694 commit 96469da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/griffe/docstrings/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
"""This module exposes objects related to docstrings."""

from griffe.docstrings.parsers import Parser, parse # noqa: WPS347

__all__ = ["Parser", "parse"] # noqa: WPS410

0 comments on commit 96469da

Please sign in to comment.