From 4093d2da1a9ec0bfe53de7633b32e550869c514d Mon Sep 17 00:00:00 2001 From: Bluwww Date: Wed, 26 Nov 2025 19:53:22 +0700 Subject: [PATCH] Update --- main.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index ee2610a..1685d9b 100644 --- a/main.py +++ b/main.py @@ -1 +1,8 @@ -# TES TES \ No newline at end of file +import sqlite3 +import os +import tkinter as tk +from tkinter import ttk, messagebox, filedialog +from PIL import Image, ImageTk + +DB_PATH = "cafe_person1.db" +IMG_PREVIEW_SIZE = (120, 80) \ No newline at end of file