def call_last_house(self, other_args: List[str]):
     """Process last_house command"""
     quiverquant_view.last_government(other_args, "house")
 def call_last_congress(self, other_args: List[str]):
     """Process last_congress command"""
     quiverquant_view.last_government(other_args, "congress")