Exemplo n.º 1
0
def main():
    """Generates UI for the user"""

    gui = GUI()  # Creates graphics object . . .
    gui.add_features()  # Adds search bar, etc . . .
    gui.mainloop()  # Starts GUI . . .