bookwyrm-mastodon/bookwyrm/middleware/__init__.py

4 lines
143 B
Python
Raw Permalink Normal View History

2021-09-17 14:43:47 -04:00
""" look at all this nice middleware! """
2021-09-17 14:57:28 -04:00
from .timezone_middleware import TimezoneMiddleware
from .ip_middleware import IPBlocklistMiddleware