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