From 687631661d8c1ca3b23456731c392c698aabe414 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 20 Dec 2024 23:43:25 +0100 Subject: [PATCH] Add AnsiSubsystem import --- testapp/src/main/kotlin/de/staropensource/engine/testapp/Main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/testapp/src/main/kotlin/de/staropensource/engine/testapp/Main.kt b/testapp/src/main/kotlin/de/staropensource/engine/testapp/Main.kt index 6d23ee4..034b473 100644 --- a/testapp/src/main/kotlin/de/staropensource/engine/testapp/Main.kt +++ b/testapp/src/main/kotlin/de/staropensource/engine/testapp/Main.kt @@ -19,6 +19,7 @@ package de.staropensource.engine.testapp +import de.staropensource.engine.ansi.AnsiSubsystem import de.staropensource.engine.base.Engine import de.staropensource.engine.base.EngineConfiguration import de.staropensource.engine.base.logging.Logger