diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-12-03 00:13:37 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-12-03 00:13:37 +0100 |
| commit | 2d35af8096a2345ea69462f835a671751e012138 (patch) | |
| tree | 9fdf6ade2469ef61ab0f3a6006c8d973413ff95e /source/main.py | |
| parent | abe5d839f019ab859dad6443985e4bb38dad18f2 (diff) | |
fixed the feature instance all
Diffstat (limited to 'source/main.py')
| -rw-r--r-- | source/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/main.py b/source/main.py index 7a37bf3..c587c6e 100644 --- a/source/main.py +++ b/source/main.py @@ -3,16 +3,16 @@ from PySide6.QtWidgets import ( QLabel, QMainWindow, QPushButton, - QLabel, QVBoxLayout, QWidget, ) + from PySide6.QtCore import Qt import hardware_driver as lcd import features as fe import sys -F = fe() +F = fe.feat() L = lcd.LCD() |
