mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 16:17:15 +00:00
9 lines
103 B
Python
9 lines
103 B
Python
![]() |
from main import Main
|
||
|
|
||
|
|
||
|
username='4016014'
|
||
|
password='40201'
|
||
|
|
||
|
app = Main(username, password)
|
||
|
|
||
|
app.auth()
|