Description
Mark public Python APIs explicitly with a decorator, helping libraries define what should be exported or considered part of their supported interface. It keeps API intent close to the code.
API markers are documentation and tooling signals; they do not enforce compatibility by themselves. Keep releases and changelogs aligned with the marked public surface.