vm-manager: add empty list screen
This commit is contained in:
@@ -4,5 +4,5 @@ from typing import Union
|
||||
loc: Path = Path(__file__).parent
|
||||
|
||||
|
||||
def get_asset(name: Union[str, Path]) -> Path:
|
||||
def get_asset(name: str | Path) -> Path:
|
||||
return loc / name
|
||||
|
||||
Reference in New Issue
Block a user