21 lines
355 B
Python
21 lines
355 B
Python
from app.domain.entities.ruta import (
|
|
Coordenada,
|
|
EstadoCamion,
|
|
ETAResult,
|
|
NotificationPreferences,
|
|
PuntoRuta,
|
|
Ruta,
|
|
TruckStatus,
|
|
TipoNotificacion,
|
|
)
|
|
|
|
__all__ = [
|
|
"Coordenada",
|
|
"EstadoCamion",
|
|
"ETAResult",
|
|
"NotificationPreferences",
|
|
"PuntoRuta",
|
|
"Ruta",
|
|
"TruckStatus",
|
|
"TipoNotificacion",
|
|
] |