autopep8
[sfa.git] / sfa / rspecs / elements / execute.py
1 from sfa.rspecs.elements.element import Element
2
3
4 class Execute(Element):
5     fields = [
6         'shell',
7         'command',
8     ]