def call_raw_house(self, other_args: List[str]):
     """Process raw_house command"""
     quiverquant_view.raw_government(other_args, self.ticker, "house")
 def call_raw_congress(self, other_args: List[str]):
     """Process raw_congress command"""
     quiverquant_view.raw_government(other_args, self.ticker, "congress")