/ src / docstrings2pep727 / __init__.py
__init__.py
1  """docstrings2pep727 package.
2  
3  Move documentation from docstrings to PEP 727 type annotations.
4  """
5  
6  from __future__ import annotations
7  
8  __all__: list[str] = []