7 Add TUI module
parent
cc727c681a
commit
f777669dfa
|
|
@ -0,0 +1,3 @@
|
|||
dependencies {
|
||||
api(project(":libraries:core-api"))
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package de.itkl.tui.implementation
|
||||
|
||||
class TerminalDataTableReporter {
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
package de.itkl.tui.implementation
|
||||
|
||||
class TerminalProgressBar {
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
package de.itkl.tui
|
||||
|
||||
import org.koin.dsl.module
|
||||
|
||||
/**
|
||||
* Add terminal ui capabilities
|
||||
*/
|
||||
val tuiModule = module { }
|
||||
Loading…
Reference in New Issue