Mixonomer/music/auth/__init__.py

4 lines
122 B
Python
Raw Normal View History

2021-03-23 22:26:59 +00:00
"""Security related endpoints including login/logout and reset password
"""
from .auth import blueprint as auth_blueprint