This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Redesign constants.py
and more Configuration-Options - Ideas
#3
Labels
enhancement
New feature or request
Currently the file
constants.py
sets some values manually, loads theconfig/config.json
(hardcoded) and sets global constants in python.This should be redesigned, so that even more can be configured manually, defaulting to values which are not set.
The file
config.json
can be then expanded (if needed) accordingly.In Addition to this: It should be more configurable using additional command line arguments as
--configFold=
and similar. (this will be added!)I would be happy to hear more suggestions and Ideas!
The text was updated successfully, but these errors were encountered: