Example #1
0
def tokyoChoice():
    ''' Prints Tokyo! movie information.
        From model.py to shell.'''
    project6model.return_line(8)
    project6model.tokyoChoice()
Example #2
0
def parasiteChoice():
    ''' Prints Parasite movie information.
        From model.py to shell.'''
    project6model.return_line(6)
    project6model.parasiteChoice()
Example #3
0
def snowChoice():
    ''' Prints Snowpiercer movie information.
        From model.py to shell.'''
    project6model.return_line(7)
    project6model.snowChoice()
Example #4
0
def okjaChoice():
    ''' Prints Okja movie information.
        From model.py to shell.'''
    project6model.return_line(5)
    project6model.okjaChoice()
Example #5
0
def motherChoice():
    ''' Prints Mother movie information.
        From model.py to shell.'''
    project6model.return_line(4)
    project6model.motherChoice()
Example #6
0
def momChoice():
    ''' Prints Memories of Murder movie information.
        From model.py to shell'''
    project6model.return_line(3)
    project6model.momChoice()
Example #7
0
def hostChoice():
    ''' Prints The Host movie information.
        From model.py to shell '''
    project6model.return_line(2)
    project6model.hostChoice()
Example #8
0
def barkingChoice():
    ''' Prints Barking Dogs Never Bite movie information.
        From model.py to shell.'''
    project6model.return_line(1)
    project6model.barkingChoice()