What is the feature request? What problem does it solve?
As a developer, I want to define configuration using Python classes so that I can benefit from autocompletion and type checking.
So I need to be able to access Configuration in python classes or objects
Suggested solution
- Option 1 :Change the the way configuration is defined to allow to define it in classes
2 Opion 2: Reuse configuration stored in configuration builder (by vdk_configure hook)to autogenerate the python classes
Additional context
Add any other context or screenshots about the feature request here.
What is the feature request? What problem does it solve?
As a developer, I want to define configuration using Python classes so that I can benefit from autocompletion and type checking.
So I need to be able to access Configuration in python classes or objects
Suggested solution
2 Opion 2: Reuse configuration stored in configuration builder (by vdk_configure hook)to autogenerate the python classes
Additional context
Add any other context or screenshots about the feature request here.