You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12306/run.py

11 lines
173 B

8 years ago
# -*- coding=utf-8 -*-
from init import login, select_ticket_info
def run():
login.main()
7 years ago
select_ticket_info.select().main()
7 years ago
if __name__ == '__main__':
run()