Files
system-installer-daemon/src/applets/welcome/__init__.py
Jonathan Carter 12e943f65c Initial layout
2024-03-30 22:37:58 +02:00

7 lines
102 B
Python

from flask import Blueprint
bp = Blueprint('welcome', __name__)
from applets.welcome import routes