6 lines
79 B
Python
6 lines
79 B
Python
from typing import List
|
|
|
|
|
|
def test_lxd(image: str) -> List[str]:
|
|
return []
|