Add the exclusive tag to nitos nodes in order to show that they are reservables and...
[sfa.git] / sfa / rspecs / elements / granularity.py
1 from sfa.rspecs.elements.element import Element
2
3 class Granularity(Element):
4
5     fields = [
6         'grain',
7     ]