auth/tauth/views/__init__.py

3 lines
112 B
Python
Raw Normal View History

2024-12-22 00:07:17 -05:00
from .api import is_logged_in # noqa: F401
from .templates import index, login, redirect, signup # noqa: F401