6 lines
82 B
Python
6 lines
82 B
Python
import tkinter as tk
|
|
from tkinter import ttk
|
|
|
|
from src.gui.gui import main
|
|
|
|
main() |