2014-11-23 17:32:48 -05:00

6 lines
89 B
Python

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