class HomeView(FGABrejaView):

    def get(self, request):
        api = ProcessAPI()
        processes = api.all()