TravelPathOptimizer/src/TransportType.java
2025-07-17 16:08:15 +02:00

5 lines
45 B
Java

public enum TransportType {
BUS,
TRAIN
}