auth/tauth/views/__init__.py
2024-12-23 13:22:07 -05:00

3 lines
169 B
Python

from .api import get_username, username_exists # noqa: F401
from .templates import (auth, index, login, logout, redirect, # noqa: F401
signup)