commit 6ab77d87d8e92c7e07bdc37ef740591925548e20 Author: yolou Date: Fri Nov 14 10:14:51 2025 +0100 first commit diff --git a/DO.plantuml b/DO.plantuml new file mode 100644 index 0000000..b98901e --- /dev/null +++ b/DO.plantuml @@ -0,0 +1,18 @@ +@startuml +object "Liaison : l1" as l1 +object "Station : Melun" as melun +object "Liaison : l2" as l2 +object "Liaison : l3" as l3 +object "Station : Maison Alfort" as ma +object "Station : Vert de Maison" as vdm +object "Ligne : R" as ligner +object "Ligne : Rer D" as rerd +object "PAC : : MVM" as PACMVM +object "PS : Ligne Rer D" as pslignererD +object "PS : Ligne R" as pslignedr +object "PS : Ligne D" as psligned + +melun <-- l1 +garedelyon <-- l1 + +@enduml \ No newline at end of file diff --git a/DO.png b/DO.png new file mode 100644 index 0000000..ab83685 Binary files /dev/null and b/DO.png differ