Export function for Gonito

This commit is contained in:
Filip Gralinski 2020-09-28 21:27:10 +02:00
parent 4e033b8adb
commit 51c29aabf6
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: geval name: geval
version: 1.37.1.0 version: 1.37.2.0
synopsis: Machine learning evaluation tools synopsis: Machine learning evaluation tools
description: Please see README.md description: Please see README.md
homepage: http://github.com/name/project homepage: http://github.com/name/project

View File

@ -6,7 +6,8 @@ module GEval.OptionsParser
runGEvalGetOptions, runGEvalGetOptions,
getOptions, getOptions,
metricReader, metricReader,
formatParser formatParser,
readOptsFromConfigFile
) where ) where
import Paths_geval (version) import Paths_geval (version)