batman
This commit is contained in:
commit
345a801c40
33 changed files with 5499 additions and 0 deletions
5
app/auth/__init__.py
Normal file
5
app/auth/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('auth', __name__)
|
||||
|
||||
from app.auth import routes
|
Loading…
Add table
Add a link
Reference in a new issue