Nitos: channels now have component_id (urn), which is used to address them into Lease...
[sfa.git] / sfa / rspecs / elements / bwlimit.py
1 from sfa.rspecs.elements.element import Element
2
3 class BWlimit(Element):
4     fields = [ 
5         'units',
6         'value',
7     ]
8