12 lines
158 B
Python
12 lines
158 B
Python
from py12306.lib.helper import ShareInstance
|
|
|
|
|
|
class User(ShareInstance):
|
|
|
|
@classmethod
|
|
def task_user_login(cls, task: dict):
|
|
pass
|
|
|
|
|
|
pass
|