oxycardio/oxyapp/auth/__init__.py
2020-12-22 11:10:20 +01:00

6 lines
94 B
Python

from flask import Blueprint
bp = Blueprint('auth', __name__)
from oxyapp.auth import routes