Patryk Studzinski
using a placeholder auth
ff33042
raw
history blame contribute delete
175 Bytes
"""
Authentication module placeholder.
"""
from .placeholder_auth import get_authenticated_user, get_optional_user
__all__ = ["get_authenticated_user", "get_optional_user"]