def serve(): """ serves the application ---------------------- """ print "Now starting BlackBook!" start_game()
def serve(): """ serves the application ---------------------- """ print "Now starting Doorway Beta Site!" start_game()
def serve(): """ serves the application ---------------------- """ if len(argv) == 2: print('=> %s : serving the application.' % curr_time()) start_game()
def serve(): ''' serves the application ---------------------- ''' start_game()