Folder creation

This commit is contained in:
2024-08-09 23:14:06 +03:00
parent b0f20680b4
commit 37940d633a
3 changed files with 87 additions and 39 deletions
+5 -5
View File
@@ -3,13 +3,13 @@ from __future__ import annotations
import pydantic
import state
from PyQt6.QtWidgets import (
QWidget,
QLineEdit,
QLabel,
QVBoxLayout,
QPushButton,
QHBoxLayout,
QLabel,
QLineEdit,
QMessageBox,
QPushButton,
QVBoxLayout,
QWidget,
)
from request_client import RequestClient