4 lines
75 B
Python
4 lines
75 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
accounts_bp = Blueprint('accounts', __name__)
|