2024-07-29 11:43:52 +08:00

3 lines
96 B
Python

from flask import Blueprint
appointment = Blueprint('appointment', __name__)
from . import views