Codebase Update
This commit is contained in:
12
apps/authentication/__init__.py
Normal file
12
apps/authentication/__init__.py
Normal file
@ -0,0 +1,12 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
"""
|
||||
Copyright (c) 2019 - present AppSeed.us
|
||||
"""
|
||||
|
||||
from flask import Blueprint
|
||||
|
||||
blueprint = Blueprint(
|
||||
'authentication_blueprint',
|
||||
__name__,
|
||||
url_prefix=''
|
||||
)
|
||||
Reference in New Issue
Block a user