wip: project structure

This commit is contained in:
2023-08-19 19:23:33 +08:00
parent 11c56ba051
commit 70e9542422
9 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ from PySide6.QtWidgets import QWidget
from ui.designer.settings.settingsDefault_ui import Ui_SettingsDefault
from ui.extends.ocr import load_devices_json
from ui.extends.settings import *
from ui.extends.shared.settings import *
logger = logging.getLogger(__name__)