munch-ease-backend/api/auth_v2.py

8 lines
213 B
Python
Raw Normal View History

"""Deprecated: v2 auth is inlined into api/auth.py.
This file intentionally contains no imports or runtime definitions to avoid
lint/type issues while the file remains present during refactors.
"""
__all__ = []