5 lines
86 B
Python
5 lines
86 B
Python
from flask import Blueprint
|
|
|
|
image = Blueprint('image', __name__)
|
|
|
|
from . import views |