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