Files
K.G.One/services/foundation1_client.py
T
2026-04-14 19:19:45 -07:00

5 lines
143 B
Python

"""Foundation-1 service constants and configuration."""
FOUNDATION1_PORT = 8002
FOUNDATION1_BASE_URL = f"http://127.0.0.1:{FOUNDATION1_PORT}"