Files
links/.venv/lib/python3.10/site-packages/whitenoise/__init__.py
2025-05-06 20:44:33 +09:00

6 lines
101 B
Python

from __future__ import annotations
from whitenoise.base import WhiteNoise
__all__ = ["WhiteNoise"]