Esempio n. 1
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting BlackBook!"
    start_game()
Esempio n. 2
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting Doorway Beta Site!"
    start_game()
Esempio n. 3
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting BlackBook!"
    start_game()
Esempio n. 4
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting Doorway Beta Site!"
    start_game()
Esempio n. 5
0
def serve():
    """
    serves the application
    ----------------------
    """
    if len(argv) == 2:
        print('=> %s : serving the application.' % curr_time())
        start_game()
Esempio n. 6
0
def serve():
    '''
    serves the application
    ----------------------
    '''
    start_game()