mirror of https://github.com/testerSunshine/12306
9 lines
141 B
Python
9 lines
141 B
Python
![]() |
# -*- coding=utf-8 -*-
|
||
|
from init import login, select_ticket_info
|
||
|
|
||
|
|
||
|
def run():
|
||
![]() |
login.main()
|
||
![]() |
select_ticket_info.select().main()
|
||
![]() |
|
||
|
run()
|