7 lines
213 B
Python
7 lines
213 B
Python
"""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__ = []
|