6 lines
89 B
Python
6 lines
89 B
Python
#from models import
|
|
from views import View
|
|
|
|
class Controller:
|
|
def __init__(self):
|
|
pass |