This commit is contained in:
2025-09-11 18:59:22 +02:00
parent 67a2055fc3
commit c52b2953d2
5 changed files with 49 additions and 9 deletions

View File

@@ -1,6 +1,11 @@
# Imports
import tkinter as tk
from tkinter import ttk
from src.gui.gui import main
from src.core.file_handler import list_files
main()
# Functions
main()
a = list_files("./src/core")
print(a)