mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
7 lines
107 B
Python
7 lines
107 B
Python
from flask import Blueprint
|
|
|
|
|
|
internal = Blueprint('internal', __name__)
|
|
|
|
from mailu.internal import views
|