Files
home-auto/pages/lights/__init__.py
2017-12-27 00:44:10 +00:00

6 lines
143 B
Python

from flask import Blueprint
lights = Blueprint('lights', __name__, template_folder='templates', static_folder='static')
from . import routes