Add .env parms file support

This commit is contained in:
2021-09-30 11:41:15 +02:00
parent 1056fcd42e
commit 339a948bfc
7 changed files with 88 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ def parse_arguments():
help="score used in best results model",
)
args = ap.parse_args()
return (
args.file,
args.excel,