We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
different cases:
1:
main.py config.yaml
2:
main.py conf/config.yaml
3:
module/main.py module/config.yaml
4:
module/main.py module/conf/config.yaml
Also, probably need to add init.py in all conf modules. update docs and examples with it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
different cases:
1:
2:
3:
4:
Also, probably need to add init.py in all conf modules.
update docs and examples with it.
The text was updated successfully, but these errors were encountered: