- Promts no longer case sensetive

- hopefully removed circular import and warnings with get_iso_name / get_vm_name
This commit is contained in:
OVERLORD7F
2025-09-18 15:59:44 +03:00
parent 6c272e46ab
commit 18f13d94ef
2 changed files with 8 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import requests
import secrets #for generating unique names
import os
import configparser
from config_data_import import *
#from config_data_import import * hopefully removes circular import and warnings with get_iso_name / get_vm_name
from rich.console import Console , Align
from rich.columns import Columns
from rich.panel import Panel