Files
rising-web/backend/.venv/lib/python3.12/site-packages/whitenoise/__init__.py
2026-05-26 11:18:35 +00:00

6 lines
101 B
Python

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