6 lines
61 B
Python
6 lines
61 B
Python
|
import cli_helpers
|
||
|
|
||
|
|
||
|
def test_cli_helpers():
|
||
|
assert True
|