3 lines
96 B
Python
3 lines
96 B
Python
from flask import Blueprint
|
|
appointment = Blueprint('appointment', __name__)
|
|
from . import views |