mirror of
https://github.com/yawaflua/LogIn-App.git
synced 2025-12-10 04:09:30 +02:00
7 lines
112 B
Python
7 lines
112 B
Python
# github.com/yaflay
|
|
import tkinter as tk
|
|
from commands import windows
|
|
|
|
|
|
if __name__ == '__main__':
|
|
windows() |