All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
Auth server responsibilities moved to account app. Federation uses the shared OAuth client blueprint via factory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
93 B
Python
5 lines
93 B
Python
# Re-export from canonical shared location
|
|
from shared.models.kv import KV
|
|
|
|
__all__ = ["KV"]
|