GUI/vars: add endpoints for getting prompts and generating vars

This commit is contained in:
DavHau
2025-05-03 14:44:34 +07:00
parent ca594bbe95
commit 9186961ccb
3 changed files with 84 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ def _migrate_file(
return paths
def _migrate_files(
def migrate_files(
machine: "Machine",
generator: "Generator",
) -> None:
@@ -98,7 +98,7 @@ def _migrate_files(
)
def _check_can_migrate(
def check_can_migrate(
machine: "Machine",
generator: "Generator",
) -> bool: