blob: ba10305bc8251401f47365a85eaa0f837d705b66 (
plain)
1
2
3
4
5
6
7
|
"""Top-Level `Auth` module"""
from . import authorisation
from . import authentication
## Setup the endpoints
from .authorisation.views import *
from .authentication.oauth2.views import *
|