Fixed docstring for addMachines.
[osm/N2VC.git] / juju / action.py
1 from . import model
2
3
4 class Action(model.ModelEntity):
5 pass