"""Git-only backend package.""" from adapters.git_only.adapter import GitOnlyAdapter __all__ = ["GitOnlyAdapter"]