mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 15:47:49 +00:00
Simplified imports.
This commit is contained in:
parent
df44efae2a
commit
bd39a572fd
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
from PyQt6.QtCore import pyqtSignal, QObject
|
||||
from nqrduck.module.module import Module
|
||||
from nqrduck_broadband.model import BroadbandModel
|
||||
from nqrduck_broadband.view import BroadbandView
|
||||
from nqrduck_broadband.controller import BroadbandController
|
||||
from nqrduck_broadband.widget import Ui_Form
|
||||
from .model import BroadbandModel
|
||||
from .view import BroadbandView
|
||||
from .controller import BroadbandController
|
||||
|
||||
Broadband = Module(BroadbandModel, BroadbandView, BroadbandController)
|
||||
|
|
Loading…
Reference in a new issue