openlatch-provider 0.2.2

Self-service onboarding CLI + runtime daemon for OpenLatch Editors and Providers
1
2
3
4
5
"""OpenLatch detection tool — FastAPI starter."""

from .main import app

__all__ = ["app"]