Add all preamble

This commit is contained in:
Jacob Windsor
2025-02-19 11:59:11 +01:00
parent e7ab94491f
commit 4aba2c5619
11 changed files with 123 additions and 9 deletions
@@ -0,0 +1,5 @@
import random
class InvestorPredictor():
def is_investor(user: User) -> bool:
return random.random() < 0.5