This commit is contained in:
2026-02-20 04:38:32 +00:00
parent 14ed21a1f9
commit bcdc41ecd5
20 changed files with 309 additions and 283 deletions

View File

@@ -1,11 +1,10 @@
"""
Copyright 2025 Google. This software is provided as-is,
"""Copyright 2025 Google. This software is provided as-is,
without warranty or representation for any use or purpose.
Your use of it is subject to your agreement with Google.
Capa de Integración - Conversational AI Orchestrator Service
"""
from .main import main, app
from .main import app, main
__all__ = ["main", "app"]
__all__ = ["app", "main"]