diff --git a/Objet/__pycache__/Main.cpython-311.pyc b/Objet/__pycache__/Main.cpython-311.pyc index 6c36253f77e5d7c3c77b1afea31dfd4593f3c8ea..9650b6d6c710b4caf08a34c7840b5ab85e5d5f0e 100644 Binary files a/Objet/__pycache__/Main.cpython-311.pyc and b/Objet/__pycache__/Main.cpython-311.pyc differ diff --git a/Objet/__pycache__/gestion_clavier.cpython-311.pyc b/Objet/__pycache__/gestion_clavier.cpython-311.pyc index 590ba738b72bff5a20dfc6be07e690c9bd60c3d6..e528efe79730698792d473508a10e82fff6b0482 100644 Binary files a/Objet/__pycache__/gestion_clavier.cpython-311.pyc and b/Objet/__pycache__/gestion_clavier.cpython-311.pyc differ diff --git a/Objet/__pycache__/menu.cpython-311.pyc b/Objet/__pycache__/menu.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1dd123c2ab29bb7189def5dfb08111f7f71deb3c Binary files /dev/null and b/Objet/__pycache__/menu.cpython-311.pyc differ diff --git a/Objet/__pycache__/parameters.cpython-311.pyc b/Objet/__pycache__/parameters.cpython-311.pyc index 8f49743d82bc9d6ff302d10b690c7442891f5810..205be1cd785a00e409fef8be579f3719f8d22a78 100644 Binary files a/Objet/__pycache__/parameters.cpython-311.pyc and b/Objet/__pycache__/parameters.cpython-311.pyc differ diff --git a/Objet/__pycache__/ui.cpython-311.pyc b/Objet/__pycache__/ui.cpython-311.pyc index 0c599df1e0723b14a980d307bd3923bd642d4893..044cb8937c5a7413759df0bc220cee7a4fa4e422 100644 Binary files a/Objet/__pycache__/ui.cpython-311.pyc and b/Objet/__pycache__/ui.cpython-311.pyc differ diff --git a/test_multithrading_logo.py b/test_multithrading_logo.py index f027b1417b66c1fb30e73dc3d471326e3914c591..57a1d5a06b8925cd523c943bd79d64bc3ecae4f9 100644 --- a/test_multithrading_logo.py +++ b/test_multithrading_logo.py @@ -43,15 +43,15 @@ def load_main_program(): base_dir = os.path.dirname(os.path.abspath(__file__)) - dossier_path = os.path.join(base_dir,'Code_objets') + dossier_path = os.path.join(base_dir,'Objet') sys.path.append(dossier_path) - import Menu + import menu # Lancer le programme principal ici - a = Menu.App() + a = menu.App() a.mainloop() # Démarrer le splash screen dans un thread