def call_sell_house(self, other_args: List[str]):
     """Process sell_house command"""
     quiverquant_view.sell_government(other_args, "house")
 def call_sell_congress(self, other_args: List[str]):
     """Process sell_congress command"""
     quiverquant_view.sell_government(other_args, "congress")