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