This commit is contained in:
Auric Vente 2024-07-25 05:57:00 -06:00
parent d692d8f440
commit 4d30699b85
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from .argspec import ArgSpec
class Args:
names: Path
names: Path | None = None
images: bool = True
@staticmethod