import random class InvestorPredictor: def is_investor(user: User) -> bool: return random.random() < 0.5