Upload files. Version 1.0.1

Add files to PyPI, fix some bugs
This commit is contained in:
Dima YaFlay
2022-04-23 18:50:54 +03:00
committed by GitHub
parent 689fdef809
commit 1f82a431ab
18 changed files with 606 additions and 0 deletions

7
login/__main__.py Normal file
View File

@@ -0,0 +1,7 @@
# github.com/yaflay
import tkinter as tk
from commands import windows
if __name__ == '__main__':
windows()