fix(aurora): add missing __init__.py
file
This commit is contained in:
parent
e79dfd6b94
commit
db125187c9
1 changed files with 2 additions and 0 deletions
2
aurora/models/__init__.py
Normal file
2
aurora/models/__init__.py
Normal 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.
|
Loading…
Add table
Reference in a new issue