fix(aurora): add missing __init__.py file

This commit is contained in:
cswimr 2025-01-25 22:09:08 +00:00
parent e79dfd6b94
commit db125187c9
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -0,0 +1,2 @@
from .moderation_types import * # noqa: F403
# This just imports all the built-in moderation types so they can be registered, as they aren't imported anywhere else.