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