(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,7 +1,7 @@
import os
from flask import Flask
from models import db, init_db
from routes.auth import auth_bp
from routes.user_auth.auth import auth_bp
from dotenv import load_dotenv
from flask_cors import CORS