Test / UI /Controller.py
mar044m's picture
Upload 6 files
31b45cc
raw
history blame contribute delete
No virus
107 Bytes
class Controller:
def __init__(self, model, view):
self.model = model
self.view = view