Files

6 lines
101 B
Python
Raw Permalink Normal View History

2024-08-27 20:33:44 +02:00
from __future__ import annotations
from whitenoise.base import WhiteNoise
__all__ = ["WhiteNoise"]