Files
hackathon-innovaflow5.0-cdf…/backend/app/services/__init__.py
shinra32 ba5e5ea12c Co-authored-by: MENDOZA BALLARDO GAEL RICARDO <gael-meb123@users.noreply.github.com>
Co-authored-by: Azareth-Tr <Azareth-Tr@users.noreply.github.com>
Co-authored-by: eddgranados12 <eddgranados12@users.noreply.github.com>

configuracion inicial para supoabase y endpoints
2026-05-22 17:06:17 -06:00

10 lines
166 B
Python

from .simulation import (
load_data,
start_simulation_state,
get_colonias,
get_route_position,
get_route_status,
tick,
get_last_events,
)