This commit is contained in:
AB
2018-04-30 00:42:47 +03:00
parent 6403ee70b8
commit 9a4c2a8b36
7 changed files with 207 additions and 0 deletions

9
__app__.py Normal file
View File

@@ -0,0 +1,9 @@
from main import Main
username='4016014'
password='40201'
app = Main(username, password)
app.auth()