6 lines
79 B
Python
Raw Normal View History

2019-07-08 02:14:01 +03:00
from typing import List
def test_lxd(image: str) -> List[str]:
return []