for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib.actions import BaseAction
__all__ = [
'ListVehiclesAction'
]
class ListVehiclesAction(BaseAction):
def run(self):
return self.formatter.formatter(
self.connection.vehicles())