# Get all attributes
node = bag.get_node('api_key')
node.attr
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[4], line 3
1 # Get all attributes
2 node = bag.get_node('api_key')
----> 3 node.attr
AttributeError: 'coroutine' object has no attribute 'attr'