4 lines
85 B
Python
4 lines
85 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('us', __name__)
|
|
from app.us import routes |