skekre98 commented on issue #52:
URL: https://github.com/apache/kibble/issues/52#issuecomment-715456600
Cool, I can start building up the class. Based on my current understanding
we could initialize the parser with _kibble.yaml_ in `__init__()` followed by
another getter function:
```python
class KibbleConfigParser(...):
def __init__():
# initialize with kibble.yaml
def get(section, key):
# export variable
```
Is my understanding along the lines of what you are looking for?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]