mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 03:09:58 +00:00
4 lines
103 B
Python
4 lines
103 B
Python
from flask import Blueprint
|
|
|
|
auth_blueprint = Blueprint("auth", __name__, template_folder="templates")
|