Refactored most imports to relative paths and made some experimental changes to angular.
5 lines
103 B
Python
5 lines
103 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('list', __name__, url_prefix='/list')
|
|
|
|
from . import routes |