Exemple #1
0
def main_loop():
    """
    Begins the main loop of Conflict Resolution. This method calls for the title screen loop.
    :return:
    """

    title = TitleScreen()
    title.title_loop()