venv + install requirement auto
This commit is contained in:
9
gui_switch.py
Normal file
9
gui_switch.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import tkinter as tk
|
||||
from tkinter import ttk, filedialog, messagebox
|
||||
|
||||
# Contenu fenêtre Analyse Switch
|
||||
def open_switch_gui(root, BASE_DIR):
|
||||
messagebox.showinfo(
|
||||
"Analyse log Switch",
|
||||
"L'analyse log switch n'est pas encore disponible."
|
||||
)
|
||||
Reference in New Issue
Block a user