timetable/module-model/src/main/kotlin/de/twomartens/timetable/model/dto/Direction.kt

6 lines
87 B
Kotlin

package de.twomartens.timetable.model.dto
enum class Direction {
LEFT,
RIGHT
}