org.oewntk.sql.out.Tracing.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tosql Show documentation
Show all versions of tosql Show documentation
Export Wordnet model to SQL files.
The newest version!
/*
* Copyright (c) 2024. Bernard Bou.
*/
package org.oewntk.sql.out
import java.io.PrintStream
object Tracing {
val psInfo: PrintStream = System.out
val psErr: PrintStream = System.out
}