impuls/lib/python3.11/site-packages/whitenoise/__init__.py

6 lines
91 B
Python
Raw Normal View History

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