mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +00:00
3 lines
143 B
Python
3 lines
143 B
Python
""" look at all this nice middleware! """
|
|
from .timezone_middleware import TimezoneMiddleware
|
|
from .ip_middleware import IPBlocklistMiddleware
|