You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the initialization of configuration path is hardcoded under config_console.py: ConfigPath. It's fine in the short term considering the small size of the current configuration files. But it won't be good for the future maintenance. It's better to have a file path schema.
Here is a Python tool to do so: https://docs.pydantic.dev/latest/
The text was updated successfully, but these errors were encountered:
Currently the initialization of configuration path is hardcoded under
config_console.py: ConfigPath
. It's fine in the short term considering the small size of the current configuration files. But it won't be good for the future maintenance. It's better to have a file path schema.Here is a Python tool to do so: https://docs.pydantic.dev/latest/
The text was updated successfully, but these errors were encountered: