4 lines
92 B
Python
4 lines
92 B
Python
from flask import Blueprint
|
|
vmanager = Blueprint('vmanager', __name__)
|
|
from . import routes
|