740083b75c5974f2738fc977af0ca3cd8cac2d74
[sfa.git] / sfa / rspecs / elements / attribute.py
1 from sfa.rspecs.elements.element import Element
2
3 class Attribute(Element):
4
5     fields = [
6         'name',
7         'value',
8     ]
9