コード例 #1
0
ファイル: index.py プロジェクト: ablackack/FirstAidProtocols
from Users import Users

usr = Users()
usr.__init__()

usr.show_login_window()