Skip to content
New issue

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

Components 1 #57

Open
wants to merge 114 commits into
base: master
Choose a base branch
from
Open

Components 1 #57

wants to merge 114 commits into from

Conversation

wiebsS
Copy link
Member

@wiebsS wiebsS commented Jan 27, 2021

updating current status

wiebsS and others added 30 commits June 12, 2020 15:20
```
class A(dict):
    def __getattr__(self, name):
       return self[name]
a = A()
# Now a.somekey will give a['somekey']
```
Added Example.yaml
Added Example.yaml
Signed-off-by: maka <akley273@gmail.com>
Signed-off-by: maka <akley273@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants