Files
ProjectIOT/application/auth/views.py

4 lines
103 B
Python

from flask import Blueprint
auth_blueprint = Blueprint("auth", __name__, template_folder="templates")