before custom

This commit is contained in:
2024-07-14 16:16:40 +02:00
parent 0702b93405
commit d7b8f65627
10 changed files with 789 additions and 101 deletions

View File

@@ -2,6 +2,7 @@ import tkinter as tk
from tkinter import ttk
from api.woocommerce_api import save_credentials, load_credentials
class SettingsTab:
def __init__(self, tab_parent, text):
self.tab = ttk.Frame(tab_parent)