sql schema is managed under sqlalchemy, no need for the .sql file anymore
[sfa.git] / sfa / rspecs / elements / execute.py
1 from sfa.rspecs.elements.element import Element
2
3 class Execute(Element):
4     fields = [
5         'shell',
6         'command',
7     ]