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