proiect finalizat
This commit is contained in:
@@ -2,6 +2,9 @@ import tkinter as tk
|
||||
|
||||
|
||||
class InitialView(tk.Frame):
|
||||
"""
|
||||
This class is the first rendered view of the application. This offers the options to Login or sign Up
|
||||
"""
|
||||
def __init__(self, master=None):
|
||||
super().__init__(master)
|
||||
self.create_widgets()
|
||||
|
||||
Reference in New Issue
Block a user