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