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>
6 lines
134 B
Python
6 lines
134 B
Python
"""Inicia el servidor local del tablero HTML v7."""
|
|
|
|
from dashboard.tablero_server import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|