hsg_rag_eea / src /apps /dbapp /mainframe.py
Pygmales
updated project state
268baab
raw
history blame
295 Bytes
from tkinter import *
from tkinter import ttk
from src.apps.dbapp.framebase import CustomFrameBase
from src.database.weavservice import WeaviateService
class MainFrame(CustomFrameBase):
def __init__(self, parent, service: WeaviateService) -> None:
super().__init__(parent, service)