def call_buy_house(self, other_args: List[str]):
     """Process buy_house command"""
     quiverquant_view.buy_government(other_args, "house")
 def call_buy_congress(self, other_args: List[str]):
     """Process buy_congress command"""
     quiverquant_view.buy_government(other_args, "congress")