Skip to content
Snippets Groups Projects
__init__.py 84 B
Newer Older
  • Learn to ignore specific revisions
  • from flask import Blueprint
    
    
    
    bp = Blueprint('auth', __name__)
    from . import routes