This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-04-08 11:41:02 +02:00
|
|
|
package com.denizk0461.studip.data
|
|
|
|
|
|
|
|
|
|
object DummyData {
|
|
|
|
|
|
|
|
|
|
val events: Array<StudIPEvent> = arrayOf(
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
}
|