6 lines
71 B
Python
6 lines
71 B
Python
from tests.helper import BaseTest
|
|
|
|
|
|
class TestUser(BaseTest):
|
|
pass
|