From b56249e7d848819fb2c285dafefd97a97826dafa Mon Sep 17 00:00:00 2001 From: leopegabot Date: Tue, 30 Dec 2025 15:04:51 +0530 Subject: [PATCH] Update database.py --- Project 3.5/TodoApp/database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Project 3.5/TodoApp/database.py b/Project 3.5/TodoApp/database.py index 0ffae06c..78aaf34b 100644 --- a/Project 3.5/TodoApp/database.py +++ b/Project 3.5/TodoApp/database.py @@ -9,3 +9,4 @@ SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine) Base = declarative_base() +# end of file