This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/ereuse_devicehub/modules/dpp/views.py

4 lines
91 B
Python
Raw Normal View History

2023-06-16 10:39:03 +00:00
from flask import Blueprint
dpp = Blueprint('dpp', __name__, template_folder='templates')