Repository URL to install this package:
|
Version:
0.22.2 ▾
|
griffe
/
__init__.py
|
|---|
"""
griffe package.
Signatures for entire Python programs.
Extract the structure, the frame, the skeleton of your project,
to generate API documentation or find breaking changes in your API.
"""
from griffe.loader import load # noqa: WPS347
__all__ = ["load"]