excel-planner/run_tablero.py
juan.pelaez 27d759ace8 Agregar integracion Excel-Planner con tablero RTC Sapian.
Puente Power Automate, servidor local del tablero HTML v7 y exportacion a Excel/TSV para monitoreo de proyectos en Microsoft Planner.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 13:44:38 -05:00

6 lines
134 B
Python

"""Inicia el servidor local del tablero HTML v7."""
from dashboard.tablero_server import main
if __name__ == "__main__":
main()