6 lines
101 B
Python
6 lines
101 B
Python
from __future__ import annotations
|
|
|
|
from whitenoise.base import WhiteNoise
|
|
|
|
__all__ = ["WhiteNoise"]
|