(refactor) boilerplate .gitignore, cleaned up folders

This commit is contained in:
Blake Ridgway
2025-02-15 21:54:25 -06:00
parent 356058e1f9
commit d13c5885d8
5 changed files with 176 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
from models.user import User, db
from models.User.user import User, db
from werkzeug.security import generate_password_hash, check_password_hash
class UserService: