proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
+3
View File
@@ -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()