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
version: 1.37.1.0
version: 1.37.2.0
synopsis: Machine learning evaluation tools
description: Please see README.md
homepage: http://github.com/name/project

View File

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