Semaine 4, jour 5
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from typing import TYPE_CHECKING
|
||||
from logic import actions
|
||||
from gui.ui_library import
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from gui.ui_library import Ui_Library
|
||||
|
||||
class Ui_Initialization:
|
||||
def __init__(self, ui):
|
||||
def __init__(self, ui: Ui_Library):
|
||||
self.ui = ui
|
||||
|
||||
def connect_button(self):
|
||||
|
||||
Reference in New Issue
Block a user