Files
py12306/tests/test_user.py
2019-05-14 18:07:06 +08:00

6 lines
71 B
Python

from tests.helper import BaseTest
class TestUser(BaseTest):
pass