Resolved issue with invalid import reference.

This commit is contained in:
ChristopherDiesch 2025-03-27 16:10:56 -06:00
parent 8df6eefeb7
commit e8dfc65e6d

View File

@ -1,5 +1,5 @@
from flask import Blueprint
from api import api_blueprint
from .api import api_blueprint
mre_blueprint = Blueprint('mre_blueprint',
__name__,