Files
Analyse_Reseaux/gui_switch.py

9 lines
261 B
Python
Raw Normal View History

2026-01-14 14:15:06 +01:00
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."
)