9 lines
110 B
Python
9 lines
110 B
Python
|
|
class TestPasswordTool:
|
|
def test_check(self):
|
|
pass
|
|
|
|
def get_by_name(self):
|
|
pass
|
|
|
|
|