All versions of rspecs need to support "links" and "channels" management methods
[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