week4/5-monty-hall-problem/controller.py
2023-09-24 17:16:25 -04:00

6 lines
89 B
Python

#from models import
from views import View
class Controller:
def __init__(self):
pass