5 lines
79 B
Python
5 lines
79 B
Python
|
from src.sshare.plugin.config import Argument
|
||
|
|
||
|
def test_foo():
|
||
|
assert True
|